C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1MaskedTextField Class / FlowDirection Property


In This Topic
FlowDirection Property (C1MaskedTextField)
In This Topic
Gets or sets a value that indicates whether that content should flow.
Syntax
'Declaration
 
<Foundation.ExportAttribute("FlowDirection")>
<BrowsableAttribute(True)>
Public Property FlowDirection As FlowDirection
 
'Usage
 
Dim instance As C1MaskedTextField
Dim value As FlowDirection
 
instance.FlowDirection = value
 
value = instance.FlowDirection
See Also