HTMLTextAlign Enumeration

HTML text alignment.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public enum TextAlign

Members

left0 Left.
right1 Right.
center2 Center.
justify3 Justify.
inherit4 Inherit.

See Also