Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / ShouldSerializeBackgroundImageRotationAngle Method


In This Topic
    ShouldSerializeBackgroundImageRotationAngle Method (PSObject)
    In This Topic
    Determines if the background image rotation angle of the object should be serialized.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeBackgroundImageRotationAngle() As Boolean
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Boolean
     
    value = instance.ShouldSerializeBackgroundImageRotationAngle()
    public virtual bool ShouldSerializeBackgroundImageRotationAngle()
    See Also