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


In This Topic
AlignVert Property (IElementStyle)
In This Topic
Gets or sets the vertical alignment.
Syntax
'Declaration
 
Property AlignVert As VerticalAlignment
 
'Usage
 
Dim instance As IElementStyle
Dim value As VerticalAlignment
 
instance.AlignVert = value
 
value = instance.AlignVert
See Also