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


In This Topic
AlignVert Property (CalloutArrowShape)
In This Topic
Gets or sets the vertical alignment of the contents of the element.
Syntax
'Declaration
 
Public Overridable Property AlignVert As VerticalAlignment
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As VerticalAlignment
 
instance.AlignVert = value
 
value = instance.AlignVert
See Also