Skip to main content
All docs
V26.1
  • FontAlignmentType Enum

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    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