Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpSlider Class / KnobPicture Property


In This Topic
KnobPicture Property (FpSlider)
In This Topic
Gets or sets the picture that displays on the knob of the slider.
Syntax
'Declaration
 
Public Property KnobPicture As Picture
 
'Usage
 
Dim instance As FpSlider
Dim value As Picture
 
instance.KnobPicture = value
 
value = instance.KnobPicture
See Also