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


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