Enum TextPlaceholderAlignment
Specifies how an inline placeholder is aligned against surrounding text.
public enum TextPlaceholderAlignment
Fields
AboveBaseline = 1Align the placeholder above the surrounding text baseline.
Baseline = 0Align the placeholder baseline with the surrounding text baseline.
BelowBaseline = 2Align the placeholder below the surrounding text baseline.
Bottom = 4Align the placeholder with the bottom of the surrounding line box.
Middle = 5Align the placeholder with the middle of the surrounding line box.
Top = 3Align the placeholder with the top of the surrounding line box.