Enum TextFontAlignType

TextFontAlignType enumeration

Represents the different types of font alignment.

public enum TextFontAlignType

Values

NameValueDescription
Automatic0When the text flow is horizontal or simple vertical same as fontBaseline but for other vertical modes same as fontCenter.
Bottom1The letters are anchored to the very bottom of a single line.
Baseline2The letters are anchored to the bottom baseline of a single line.
Center3The letters are anchored between the two baselines of a single line.
Top4The letters are anchored to the top baseline of a single line.

See Also