This documentation is archived and is not being maintained.
LeftRightAlignment Enumeration
.NET Framework 1.1
Specifies whether an object or text is aligned to the left or right of a reference point.
[Visual Basic] <Serializable> <ComVisible(True)> Public Enum LeftRightAlignment [C#] [Serializable] [ComVisible(true)] public enum LeftRightAlignment [C++] [Serializable] [ComVisible(true)] __value public enum LeftRightAlignment [JScript] public Serializable ComVisible(true) enum LeftRightAlignment
Remarks
Use the members of this enumeration to set the values of the DropDownAlign and UpDownAlign properties.
Members
| 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. |
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
System.Windows.Forms Namespace | DropDownAlign | UpDownAlign
Show: