Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / SliderCellType Class / Orientation Property


In This Topic
    Orientation Property (SliderCellType)
    In This Topic
    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;}

    Property Value

    SliderOrientation setting that specifies the orientation
    Remarks
    A slider can be rendered horizontally or vertically.
    See Also