Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ArrowShape Class / ShouldSerializeRotationAngle Method


In This Topic
    ShouldSerializeRotationAngle Method (ArrowShape)
    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 ArrowShape
    Dim value As Boolean
     
    value = instance.ShouldSerializeRotationAngle()
    public virtual bool ShouldSerializeRotationAngle()
    See Also