Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpSlider Class / Orientation Property


In This Topic
    Orientation Property (FpSlider)
    In This Topic
    Gets or sets the orientation of the slider.
    Syntax
    'Declaration
     
    
    Public Property Orientation As SliderOrientation
    'Usage
     
    
    Dim instance As FpSlider
    Dim value As SliderOrientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    public SliderOrientation Orientation {get; set;}
    See Also