Specifies whether an object or text is aligned to the left or right of a reference point.
[Visual Basic] Public Enum LeftRightAlignment [C#] public enum LeftRightAlignment [C++] public enum LeftRightAlignment
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Use the members of this enumeration to set the values of the DropDownAlign and System.WinForms.UpDownBase.UpDownAlignment properties.
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. |
Namespace: System.WinForms
Assembly: System.WinForms.dll
System.WinForms Namespace | DropDownAlign | System.WinForms.UpDownBase.UpDownAlignment