Skip to main content
All docs
V25.2
  • TextParagraph.Properties Property

    Gets or sets the paragraph properties as indents, bullet settings, and spacing.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public ParagraphProperties Properties { get; set; }

    Property Value

    Type Description
    ParagraphProperties

    Paragraph properties.

    See Also