Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / AlignVert Property


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