Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ShouldSerializeAllowBackgroundImageRotation Method


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