Spread WinForms 15
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
See Also