LineAlignment Enumeration

Horizontal alignment of the text.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public enum LineAlignment

Members

Left0 Left aligned line of text.
Right1 Right aligned line of text.
Center2 Line of text aligned on the center.
Justify3 Text of the line should be justified using the whole available line width if there is no line breake symbol.

See Also