FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / BackgroundImageRotationAngle Property


In This Topic
BackgroundImageRotationAngle Property (CalloutArrowShape)
In This Topic
Gets or sets the background image rotation angle of the object.
Syntax
'Declaration
 
Public Overridable Property BackgroundImageRotationAngle As Single
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Single
 
instance.BackgroundImageRotationAngle = value
 
value = instance.BackgroundImageRotationAngle
See Also