Skip to main content
All docs
V26.1
  • TextParagraphProperties.RightToLeft Property

    Indicates whether the paragraph is displayed from right to left.

    Namespace: DevExpress.Docs.Office

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

    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