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


In This Topic
ShapeOutlineColor Property (CalloutArrowShape)
In This Topic
Gets or sets the shape outline color for the object.
Syntax
'Declaration
 
Public Overridable Property ShapeOutlineColor As Color
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Color
 
instance.ShapeOutlineColor = value
 
value = instance.ShapeOutlineColor
See Also