FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ThreeWayArrowShape Class / AllowBackgroundImageRotation Property


In This Topic
AllowBackgroundImageRotation Property (ThreeWayArrowShape)
In This Topic
Gets or sets the background image rotation allowed flag of the object.
Syntax
'Declaration
 
Public Overridable Property AllowBackgroundImageRotation As Boolean
 
'Usage
 
Dim instance As ThreeWayArrowShape
Dim value As Boolean
 
instance.AllowBackgroundImageRotation = value
 
value = instance.AllowBackgroundImageRotation
See Also