C1.Android.Core Assembly / C1.Android.Core Namespace / C1ClearableEditText Class / TextLocale Property


In This Topic
TextLocale Property (C1ClearableEditText)
In This Topic
Syntax
'Declaration
 
Public Overridable Property TextLocale As Java.Util.Locale
 
'Usage
 
Dim instance As C1ClearableEditText
Dim value As Java.Util.Locale
 
instance.TextLocale = value
 
value = instance.TextLocale
See Also