TextVerticalAnchorType Enum
Lists values that specify the vertical anchor type for text.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Members
| Name | Description |
|---|---|
Bottom
|
The text is anchored to the bottom of the text box. |
Center
|
The text is anchored to the center of the text box. |
Distributed
|
The text is distributed evenly between the top and bottom of the text box. |
Justified
|
The text is justified between the top and bottom of the text box. |
Top
|
The text is anchored to the top of the text box. |
Related API Members
The following properties accept/return TextVerticalAnchorType values:
See Also