C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / TextAlignment Property


In This Topic
TextAlignment Property (FlexViewer)
In This Topic
Syntax
'Declaration
 
Public Overridable Property TextAlignment As Android.Views.TextAlignment
 
'Usage
 
Dim instance As FlexViewer
Dim value As Android.Views.TextAlignment
 
instance.TextAlignment = value
 
value = instance.TextAlignment
See Also