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

    Gets or sets the bullet formatting for the paragraph.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public ListBullet ListBullet { get; set; }

    Property Value

    Type Description
    ListBullet

    The bullet formatting for the paragraph.

    Remarks

    For information on how to customize bullets for shape text, refer to the following help topic: DevExpress Presentation API Library: Work with Shape Text.

    See Also