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

    Gets or sets the spacing after the paragraph.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public TextSpacing SpacingAfter { get; set; }

    Property Value

    Type Description
    TextSpacing

    The spacing after the paragraph.

    See Also