Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / FlowDirection Enumeration

In This Topic
    FlowDirection Enumeration
    In This Topic
    Flow Direction mode.
    Syntax
    'Declaration
     
    
    Public Enum FlowDirection 
       Inherits System.Enum
    public enum FlowDirection : System.Enum 
    Members
    MemberDescription
    DefaultIndicates that content should flow from left to right in default
    LeftToRightIndicates that content should flow from left to right.
    RightToLeftIndicates that content should flow from right to left.
    Inheritance Hierarchy

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

    See Also