BackgroundImage Property (FpSlider)
Gets or sets the background image for the slider.
public virtual new Picture BackgroundImage {get; set;}
'Declaration
Public Overridable Shadows Property BackgroundImage As Picture
'Usage
Dim instance As FpSlider
Dim value As Picture
instance.BackgroundImage = value
value = instance.BackgroundImage