FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / BackgroundImage Property


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