BulletStyle Enum

Definition

Values for BulletStyleAttribute.

public enum class BulletStyle
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("814FAC6C-F8DE-4682-AF5F-37C4F720990C")]
public enum BulletStyle
public enum BulletStyle
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("814FAC6C-F8DE-4682-AF5F-37C4F720990C")>]
type BulletStyle = 
type BulletStyle = 
Public Enum BulletStyle
Inheritance
BulletStyle
Attributes

Fields

DashBullet 5

Dash bullets.

FilledRoundBullet 2

Solid round bullets.

FilledSquareBullet 4

Solid square bullets.

HollowRoundBullet 1

Hollow round bullets.

HollowSquareBullet 3

Hollow square bullets.

None 0

No bullet style.

Other -1

Another bullet style not explicitly specified in the BulletStyle enumeration.

Applies to