Spread for ASP.NET 12 Product Documentation
Orientation Property (SliderCellType)


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > SliderCellType Class : Orientation Property
Gets or sets the orientation of the slider.
Syntax
'Declaration
 
Public Property Orientation As AjaxControlToolkit.SliderOrientation
'Usage
 
Dim instance As SliderCellType
Dim value As AjaxControlToolkit.SliderOrientation
 
instance.Orientation = value
 
value = instance.Orientation
public AjaxControlToolkit.SliderOrientation Orientation {get; set;}
Remarks
A slider can be rendered horizontally or vertically.
See Also

Reference

SliderCellType Class
SliderCellType Members