Spread WinForms 15
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
See Also