Alignment
Namespace: TagBites.WinSchedulers.Drawing
Assembly: TagBites.WinSchedulers.dll
Specifies the alignment of a element relative to its layout rectangle.
public sealed enum Alignment : System.Enum
Fields
Center
Specifies that element is aligned in the center of the layout rectangle.
public Alignment Center
Result Type: Alignment
Far
Specifies that element is aligned far from the origin position of the layout rectangle. In a left-to-right layout, the far position is right. In a right-to-left layout, the far position is left.
public Alignment Far
Result Type: Alignment
Near
Specifies the element be aligned near the layout. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right.
public Alignment Near
Result Type: Alignment