TextVerticalAlignment

TextVerticalAlignment enumeration

Specifies text vertical alignment inside a signature.

public enum TextVerticalAlignment

Values

Name Value Description
Top 1 Specifies that the text is top aligned to the vertical alignment base.
Center 2 Specifies that the text is centered to the vertical alignment base.
Bottom 3 Specifies that the text is bottom aligned to the vertical alignment base.

See Also