Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / AllowBackgroundImageRotation Property


In This Topic
    AllowBackgroundImageRotation Property (ChartShape)
    In This Topic
    Gets or sets the background image rotation allowed flag of the object.
    Syntax
    'Declaration
     
    
    Public Overrides Property AllowBackgroundImageRotation As Boolean
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Boolean
     
    instance.AllowBackgroundImageRotation = value
     
    value = instance.AllowBackgroundImageRotation
    public override bool AllowBackgroundImageRotation {get; set;}
    See Also