ComponentOne Xamarin.Android
TextLocale Property (C1ClearableEditText)


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

Reference

C1ClearableEditText Class
C1ClearableEditText Members