C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / TextLocale Property


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