ComponentOne Xamarin.Android
TextFormatted Property (C1MaskedTextView)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class : TextFormatted Property
Syntax
'Declaration
 
Public Property TextFormatted As Java.Lang.ICharSequence
'Usage
 
Dim instance As C1MaskedTextView
Dim value As Java.Lang.ICharSequence
 
instance.TextFormatted = value
 
value = instance.TextFormatted
public Java.Lang.ICharSequence TextFormatted {get; set;}
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members