C1.Android.Core Assembly / C1.Android.Core Namespace / C1ClearableEditText Class / JustificationMode Property


In This Topic
JustificationMode Property (C1ClearableEditText)
In This Topic
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
See Also