TextParagraphProperties
BulletFont Property
|
Gets or sets the bullet font of a paragraph.
Read/write
TextFont
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TextFont BulletFont { get; set; }
Public Property BulletFont As TextFont
Get
Set
public:
property TextFont^ BulletFont {
TextFont^ get ();
void set (TextFont^ value);
}
member BulletFont : TextFont with get, set
Property Value
Type:
TextFont
See Also