Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / FlowDirection Property


In This Topic
    FlowDirection Property (C1MaskedTextView)
    In This Topic
    Gets or sets a value that indicates whether that content should flow.
    Syntax
    'Declaration
     
    
    Public Shadows Property FlowDirection As FlowDirection
    'Usage
     
    
    Dim instance As C1MaskedTextView
    Dim value As FlowDirection
     
    instance.FlowDirection = value
     
    value = instance.FlowDirection
    public new FlowDirection FlowDirection {get; set;}
    See Also