FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / bgImageRotationAllowed Field


In This Topic
bgImageRotationAllowed Field (CalloutArrowShape)
In This Topic
Specifies whether the background image rotates when the user rotates the shape.
Syntax
'Declaration
 
Protected bgImageRotationAllowed As Boolean
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Boolean
 
value = instance.bgImageRotationAllowed
 
instance.bgImageRotationAllowed = value
See Also