ParagraphProperties
BulletStyle Property
|
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public NumberedBulletStyle BulletStyle { get; set; }
Public Property BulletStyle As NumberedBulletStyle
Get
Set
public:
property NumberedBulletStyle BulletStyle {
NumberedBulletStyle get ();
void set (NumberedBulletStyle value);
}
member BulletStyle : NumberedBulletStyle with get, set
Property Value
Type:
NumberedBulletStyle
See Also