TextBoxAnchor enumeration

TextBoxAnchor enumeration

Specifies values used for shape text vertical alignment.

Members

NameDescription
TopText is aligned to the top of the textbox.
MiddleText is aligned to the middle of the textbox.
BottomText is aligned to the bottom of the textbox.
TopCenteredText is aligned to the top centered of the textbox.
MiddleCenteredText is aligned to the middle centered of the textbox.
BottomCenteredText is aligned to the bottom centered of the textbox.
TopBaselineText is aligned to the top baseline of the textbox.
BottomBaselineText is aligned to the bottom baseline of the textbox.
TopCenteredBaselineText is aligned to the top centered baseline of the textbox.
BottomCenteredBaselineText is aligned to the bottom centered baseline of the textbox.

See Also