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

    Indicates whether the paragraph is displayed from right to left.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool? RightToLeft { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    true if the paragraph is displayed from right to left; otherwise, false.

    See Also