ContentAlignment Property (GcNumber)
Gets or sets the content alignment.
'Declaration
Public Overrides Property ContentAlignment As ContentAlignment
'Usage
Dim instance As GcNumber
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.