BulletStyle 枚举

定义

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
继承
BulletStyle
属性

字段

DashBullet 5

划线项目符号。

FilledRoundBullet 2

实心圆形项目符号。

FilledSquareBullet 4

实心方形项目符号。

HollowRoundBullet 1

空心圆形项目符号。

HollowSquareBullet 3

空心方形项目符号。

None 0

无项目符号样式。

Other -1

BulletStyle 枚举中没有显式指定的其他项目符号样式。

适用于