The System.Windows.Forms.VisualStyles.ContentAlignment values represent the return values of the VisualStyleRenderer.GetEnumValue(EnumProperty) method when it is called with an argument value of EnumProperty.ContentAlignment.
Member Name | Description |
---|---|
Center |
The text is centered. |
Left |
The text is aligned to the left side. |
Right |
The text is aligned to the right side. |