FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / ShouldSerializeCanRotate Method


In This Topic
ShouldSerializeCanRotate Method (CalloutArrowShape)
In This Topic
Determines if the CanRotate property should be serialized.
Syntax
'Declaration
 
Public Overridable Function ShouldSerializeCanRotate() As Boolean
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Boolean
 
value = instance.ShouldSerializeCanRotate()
See Also