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


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