TextAnchoringType Enumeration |
Specifies the anchoring position of the text within the shape.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.11.10
Syntaxpublic enum TextAnchoringType
Public Enumeration TextAnchoringType
Members| Member name | Value | Description |
|---|
| Top | 0 |
Anchor the text at the top of the bounding rectangle.
|
| Bottom | 1 |
Anchor the text at the bottom of the bounding rectangle.
|
| Center | 2 |
Anchor the text at the middle of the bounding rectangle.
|
| Distributed | 3 |
Anchor the text so that it is distributed vertically.
|
| Justified | 4 |
Anchor the text so that it is justified vertically.
|
See Also