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


In This Topic
    TrackPicture Property (SliderCellType)
    In This Topic
    Gets or sets the image for the track of the slider.
    Syntax
    'Declaration
     
    
    Public Property TrackPicture As Picture
    'Usage
     
    
    Dim instance As SliderCellType
    Dim value As Picture
     
    instance.TrackPicture = value
     
    value = instance.TrackPicture
    public Picture TrackPicture {get; set;}
    See Also