FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / BackColor Property


In This Topic
BackColor Property (MultiSideShape)
In This Topic
Gets or sets the background color of the shape.
Syntax
'Declaration
 
Public Overridable Property BackColor As Color
 
'Usage
 
Dim instance As MultiSideShape
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
See Also