Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / SliderOrientation Enumeration

In This Topic
    SliderOrientation Enumeration
    In This Topic
    Defines the different orientations that a control or layout can have.
    Syntax
    'Declaration
     
    
    Public Enum SliderOrientation 
       Inherits System.Enum
    public enum SliderOrientation : System.Enum 
    Members
    MemberDescription
    HorizontalControl or layout should be horizontally oriented.
    VerticalControl or layout should be vertically oriented.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Input.SliderOrientation

    See Also