Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / AlignVert Property


In This Topic
AlignVert Property (IElement)
In This Topic
Internal use only.
Syntax
'Declaration
 
Property AlignVert As VerticalAlignment
 
'Usage
 
Dim instance As IElement
Dim value As VerticalAlignment
 
instance.AlignVert = value
 
value = instance.AlignVert
See Also