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


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