ComponentOne Xamarin.Android
TextLocale Property (C1MaskedTextView)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class : TextLocale Property
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
public virtual Java.Util.Locale TextLocale {get; set;}
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members