Spread WinForms 15
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
See Also