Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SliderOrientation Enumeration


In This Topic
    SliderOrientation Enumeration
    In This Topic
    Specifies the orientation of the slider.
    Syntax
    'Declaration
     
    
    Public Enum SliderOrientation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SliderOrientation
    public enum SliderOrientation : System.Enum 
    Members
    MemberDescription
    HorizontalDisplays the slider horizontally
    HorizontalRightToLeftDisplays slider horizontally with right to left orientation
    VerticalDisplays the slider vertically
    VerticalBottomToTopDisplays slider vertically with bottom to top orientation
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.SliderOrientation

    See Also