C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / CanResolveTextAlignment Method


In This Topic
CanResolveTextAlignment Method (FlexViewer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("canResolveTextAlignment", 
   "()Z", 
   "GetCanResolveTextAlignmentHandler", 
   ApiSince=19)>
Public Overridable Function CanResolveTextAlignment() As Boolean
 
'Usage
 
Dim instance As FlexViewer
Dim value As Boolean
 
value = instance.CanResolveTextAlignment()
See Also