Skip to content
Auto
Products

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 Alignment

Specifies that element is aligned in the center of the layout rectangle.

Center = 1

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.

Far = 2

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.

Near = 0