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


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