Click or drag to resize

TextAnchor Enumeration

Specifies vertical alignment of a textbox.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum TextAnchor
Members
Member name Value Description
Top 1 The object is aligned to the top of the reference origin.
Center 2 The object is centered relative to the reference origin.
Bottom 3 The object is aligned to the bottom of the reference origin.
See Also