Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / BackgroundImageRotationAngle Property


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