Skip to main content
All docs
V25.2
  • 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

    public enum TextVerticalAnchorType

    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