Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / BackgroundImage Property


In This Topic
BackgroundImage Property (FpScrollBar)
In This Topic
Gets or sets the background image displayed in the control.
Syntax
'Declaration
 
Public Overrides Property BackgroundImage As Image
 
'Usage
 
Dim instance As FpScrollBar
Dim value As Image
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage

Property Value

An System.Drawing.Image that represents the image to display in the background of the control.
See Also