FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / ShouldSerializePictureRotationAngle Method


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