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

    Lists the justification types applied to the overlay text.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public enum TextJustification

    Members

    Name Description
    LeftJustified

    Aligns text to the left.

    Centered

    Aligns text to the center.

    RightJustified

    Aligns text to the right.

    Related API Members

    The following properties accept/return TextJustification values:

    See Also