Back to Devexpress

TextVerticalAnchorType Enum

officefileapi-devexpress-dot-docs-dot-presentation-1e164757.md

latest1.5 KB
Original Source

TextVerticalAnchorType Enum

Lists values that specify the vertical anchor type for text.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum TextVerticalAnchorType
vb
Public Enum TextVerticalAnchorType

Members

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.

|

The following properties accept/return TextVerticalAnchorType values:

See Also

DevExpress.Docs.Presentation Namespace