Click or drag to resize

TextAnchoringType Enumeration

Specifies the anchoring position of the text within the shape.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public enum TextAnchoringType
Members
Member nameValueDescription
Top0 Anchor the text at the top of the bounding rectangle.
Bottom1 Anchor the text at the bottom of the bounding rectangle.
Center2 Anchor the text at the middle of the bounding rectangle.
Distributed3 Anchor the text so that it is distributed vertically.
Justified4 Anchor the text so that it is justified vertically.
See Also