Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SliderCellType Class / TrackWidth Property


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