LeftRightAlignment Enumeration
.NET Framework (current version)
Specifies whether an object or text is aligned to the left or right of a reference point.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Left | The object or text is aligned to the left of the reference point. | |
| Right | The object or text is aligned to the right of the reference point. |
Use the members of this enumeration to set the values of the DropDownAlign and UpDownAlign properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: