Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / ShouldSerializeAllowBackgroundImageRotation Method


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