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


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