Spread Windows Forms 12.0 Product Documentation
Orientation Property (FpSlider)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpSlider Class : Orientation Property
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;}

Property Value

SliderOrientation setting that determines the orientation of the slider
See Also

Reference

FpSlider Class
FpSlider Members