Specifies vertical alignment of a textbox.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum TextAnchor
Public Enumeration TextAnchor
public enum class TextAnchor
type TextAnchor
Members
| Member | 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.
|