TextAlignment

TextAlignment enumeration

Represents different text alignment styles.

public enum TextAlignment

Values

NameValueDescription
NotDefined-1Default aligment.
Left0Left alignment.
Center1Center alignment.
Right2Right alignment.
Justify3Justify alignment.
JustifyLow4Kashida justify low.
Distributed5Distributed alignment.

See Also