Alignment
Namespace: TagBites.WinSchedulers.Drawing
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8
Specifies the alignment of a element relative to its layout rectangle.
public enum AlignmentFields
Section titled “Fields”Center
Section titled “Center”Specifies that element is aligned in the center of the layout rectangle.
Center = 1Specifies 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.
Far = 2Specifies 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.
Near = 0