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


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