HorizontalAlign Enumeration
.NET Framework (current version)
Specifies the horizontal alignment for visual style elements with a fixed size.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Center | The element is centered horizontally. | |
| Left | The element is aligned to the left side. | |
| Right | The element is aligned to the right side. |
The HorizontalAlign values represent the return values of the VisualStyleRenderer::GetEnumValue method when it is called with an argument value of EnumProperty::HorizontalAlignment.
.NET Framework
Available since 2.0
Available since 2.0
Show: