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

    Gets or sets the font used to display bullets for the paragraph.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public TextBulletFont ListBulletFont { get; set; }

    Property Value

    Type Description
    TextBulletFont

    The bullet font for the paragraph.

    See Also