Skip to main content
All docs
V25.2
  • FontAlignmentType Enum

    Lists font alignment types.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public enum FontAlignmentType

    Members

    Name Description
    Automatic

    Text is aligned automatically.

    Top

    Text is aligned to the top of the line.

    Center

    Text is aligned to the center of each character.

    Baseline

    Text is aligned to the baseline of each character.

    Bottom

    Text is aligned to the bottom of the line.

    Related API Members

    The following properties accept/return FontAlignmentType values:

    See Also