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

    Gets or sets the left indent of the paragraph (in the Document measurement units. 1 Document unit equals 1/300 of an inch).

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public float? LeftIndent { get; set; }

    Property Value

    Type Description
    Nullable<Single>

    The left indent of the paragraph.

    See Also