Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpSlider Class / TrackPicture Property


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