ParagraphProperties
BulletPicture Property
|
Gets a Picture used as a bullet in a paragraph.
Read-only
PictureShape
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public PictureShape BulletPicture { get; }
Public ReadOnly Property BulletPicture As PictureShape
Get
public:
property PictureShape^ BulletPicture {
PictureShape^ get ();
}
member BulletPicture : PictureShape with get
Property Value
Type:
PictureShape
See Also