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
public Picture KnobPicture {get; set;}
See Also