FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / ShouldSerializeAllowBackgroundImageRotation Method


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