ComponentOne Xamarin.Android
JustificationMode Property (C1ClearableEditText)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1ClearableEditText Class : JustificationMode Property
Syntax
'Declaration
 
Public Overridable Property JustificationMode As Android.Text.JustificationMode
'Usage
 
Dim instance As C1ClearableEditText
Dim value As Android.Text.JustificationMode
 
instance.JustificationMode = value
 
value = instance.JustificationMode
public virtual Android.Text.JustificationMode JustificationMode {get; set;}
See Also

Reference

C1ClearableEditText Class
C1ClearableEditText Members