ShouldSerializeTextRotationAngle Method (LineShape)
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 LineShape
Dim value As Boolean
value = instance.ShouldSerializeTextRotationAngle()
public virtual bool ShouldSerializeTextRotationAngle()
See Also