FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / AlignVert Property


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