Skip to main content
All docs
V25.2
  • ParagraphProperties.FontAlignment Property

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public FontAlignmentType? FontAlignment { get; set; }

    Property Value

    Type
    Nullable<FontAlignmentType>

    Available values:

    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.

    See Also