NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LeftRightAlignment Enumeration

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.

Remarks

Use the members of this enumeration to set the values of the DropDownAlign and System.WinForms.UpDownBase.UpDownAlignment 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.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | DropDownAlign | System.WinForms.UpDownBase.UpDownAlignment