Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ShouldSerializeBackgroundImageRotationAngle Method


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