BulletStyle Enumeração

Definição

Valores para 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
Herança
BulletStyle
Atributos

Campos

DashBullet 5

Marcadores de traço.

FilledRoundBullet 2

Marcadores redondos sólidos.

FilledSquareBullet 4

Marcadores quadrados sólidos.

HollowRoundBullet 1

Marcadores redondos ocos.

HollowSquareBullet 3

Marcadores quadrados ocos.

None 0

Nenhum estilo de marcador.

Other -1

Outro estilo de marcador não especificado explicitamente na enumeração de BulletStyle.

Aplica-se a