TableCell.VerticalAnchorType Property
Gets or sets the vertical anchor type of the cell.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Property Value
| Type | Description |
|---|---|
| TextVerticalAnchorType | The vertical anchor type of the cell. |
Available values:
| 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. |
See Also