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

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

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public TextBulletFont ListBulletFont { get; set; }

    Property Value

    Type Description
    TextBulletFont

    The bullet font for the paragraph.

    See Also