Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / BackgroundImage Property


In This Topic
BackgroundImage Property (IElementStyle)
In This Topic
Gets or sets the background picture.
Syntax
'Declaration
 
Property BackgroundImage As Picture
 
'Usage
 
Dim instance As IElementStyle
Dim value As Picture
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
See Also