System.Windows.Forms.LeftRightAlignment Enumeration

Specifies whether an object or text is aligned to the left or right of a reference point.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public enum LeftRightAlignment

Remarks

Use the members of this enumeration to set the values of the DateTimePicker.DropDownAlign and UpDownBase.UpDownAlign properties.

Members

Member NameDescription
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
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0