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


In This Topic
AlignVert Property (MultiSideShape)
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 MultiSideShape
Dim value As VerticalAlignment
 
instance.AlignVert = value
 
value = instance.AlignVert
See Also