FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / ShouldSerializeShapeOutlineColor Method


In This Topic
ShouldSerializeShapeOutlineColor Method (CalloutArrowShape)
In This Topic
Determines if the shape outline color should be serialized.
Syntax
'Declaration
 
Public Overridable Function ShouldSerializeShapeOutlineColor() As Boolean
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Boolean
 
value = instance.ShouldSerializeShapeOutlineColor()
See Also