Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SliderCellType Class / TickSpacing Property


In This Topic
    TickSpacing Property (SliderCellType)
    In This Topic
    Gets or sets how frequently to space the tick marks in the slider.
    Syntax
    'Declaration
     
    
    Public Property TickSpacing As Integer
    'Usage
     
    
    Dim instance As SliderCellType
    Dim value As Integer
     
    instance.TickSpacing = value
     
    value = instance.TickSpacing
    public int TickSpacing {get; set;}
    Exceptions
    ExceptionDescription
    Specified value is out of range; must be between 0 and 255
    See Also