FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / FourWayArrowShape Class / ShouldSerializeTextRotationAngle Method


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