Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

NumberedBulletStyle

See Also