Back to Devexpress

TableCell.VerticalAnchorType Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-tablecell-db9672fe.md

latest1.6 KB
Original Source

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

csharp
public TextVerticalAnchorType VerticalAnchorType { get; set; }
vb
Public Property VerticalAnchorType As TextVerticalAnchorType

Property Value

TypeDescription
TextVerticalAnchorType

The vertical anchor type of the cell.

|

Available values:

NameDescription
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

TableCell Class

TableCell Members

DevExpress.Docs.Presentation Namespace