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


In This Topic
ShouldSerializeRotationAngle Method (ThreeWayArrowShape)
In This Topic
Determines if the rotation angle of the object should be serialized.
Syntax
'Declaration
 
Public Overridable Function ShouldSerializeRotationAngle() As Boolean
 
'Usage
 
Dim instance As ThreeWayArrowShape
Dim value As Boolean
 
value = instance.ShouldSerializeRotationAngle()
See Also