Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / TextLocale Property


In This Topic
    TextLocale Property (C1TextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property TextLocale As Java.Util.Locale
    'Usage
     
    
    Dim instance As C1TextBox
    Dim value As Java.Util.Locale
     
    instance.TextLocale = value
     
    value = instance.TextLocale
    public virtual Java.Util.Locale TextLocale {get; set;}
    See Also