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


In This Topic
PictureOrientation Property (CalloutArrowShape)
In This Topic
Gets or sets the orientation of the picture.
Syntax
'Declaration
 
Public Overridable Property PictureOrientation As PictureOrientation
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As PictureOrientation
 
instance.PictureOrientation = value
 
value = instance.PictureOrientation
See Also