Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType 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 SliderOrientation
    'Usage
     
    
    Dim instance As SliderCellType
    Dim value As SliderOrientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    public SliderOrientation Orientation {get; set;}
    See Also