Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / AlignHorz Property


In This Topic
AlignHorz Property (ElementControl)
In This Topic
Gets or sets the horizontal alignment of the contents of the control.
Syntax
'Declaration
 
Public Overridable Property AlignHorz As HorizontalAlignment
 
'Usage
 
Dim instance As ElementControl
Dim value As HorizontalAlignment
 
instance.AlignHorz = value
 
value = instance.AlignHorz
See Also