Spread Windows Forms 12.0 Product Documentation
KnobPicture Property (FpSlider)


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

Property Value

Picture object containing the picture of the knob
See Also

Reference

FpSlider Class
FpSlider Members