ContentAlignment Property (EditBase)
Gets or sets the content alignment of the control.
'Declaration
Public Overridable Property ContentAlignment As ContentAlignment
'Usage
Dim instance As EditBase
Dim value As ContentAlignment
instance.ContentAlignment = value
value = instance.ContentAlignment
Property Value
The value indicates the alignment of the content of this control.
The default is
System.Drawing.ContentAlignment.TopLeft.