FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / shapeColor Field


In This Topic
shapeColor Field (RoundedRectangleShape)
In This Topic
Specifies the color of the object container.
Syntax
'Declaration
 
Protected shapeColor As Color
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim value As Color
 
value = instance.shapeColor
 
instance.shapeColor = value
See Also