Spread Windows Forms 12.0 Product Documentation
TrackPicture Property (FpSlider)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpSlider Class : TrackPicture Property
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;}

Property Value

Picture object containing the picture of the track
See Also

Reference

FpSlider Class
FpSlider Members