Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / FlowDirection Enumeration


In This Topic
    FlowDirection Enumeration
    In This Topic
    Flow Direction mode.
    Syntax
    'Declaration
     
    
    Public Enum FlowDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FlowDirection
    public enum FlowDirection : System.Enum 
    Members
    MemberDescription
    Default Indicates that content should flow from left to right in default
    LeftToRight Indicates that content should flow from left to right.
    RightToLeft Indicates that content should flow from right to left.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Android.Core.FlowDirection

    See Also