ComponentOne Xamarin.Android
TextAlignment Property (C1MaskedTextView)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class : TextAlignment Property
Gets or sets the alignment of the text.
Syntax
'Declaration
 
Public Overrides Property TextAlignment As Android.Views.TextAlignment
'Usage
 
Dim instance As C1MaskedTextView
Dim value As Android.Views.TextAlignment
 
instance.TextAlignment = value
 
value = instance.TextAlignment
public override Android.Views.TextAlignment TextAlignment {get; set;}
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members