BulletStyle Výčet

Definice

Hodnoty pro 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
Dědičnost
BulletStyle
Atributy

Pole

DashBullet 5

Přerušované odrážky.

FilledRoundBullet 2

Plné kulaté odrážky.

FilledSquareBullet 4

Plné čtvercové odrážky.

HollowRoundBullet 1

Prázdné kulky.

HollowSquareBullet 3

Prázdné čtvercové kulky.

None 0

Žádný styl odrážek.

Other -1

Další styl odrážek, který není explicitně zadán ve výčtu BulletStyle .

Platí pro