BulletStyle 枚举
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public enum class BulletStyle
C#
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("814FAC6C-F8DE-4682-AF5F-37C4F720990C")]
public enum BulletStyle
C#
public enum BulletStyle
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("814FAC6C-F8DE-4682-AF5F-37C4F720990C")>]
type BulletStyle =
type BulletStyle =
Public Enum BulletStyle
- 继承
- 属性
名称 | 值 | 说明 |
---|---|---|
DashBullet | 5 | 划线项目符号。 |
FilledRoundBullet | 2 | 实心圆形项目符号。 |
FilledSquareBullet | 4 | 实心方形项目符号。 |
HollowRoundBullet | 1 | 空心圆形项目符号。 |
HollowSquareBullet | 3 | 空心方形项目符号。 |
None | 0 | 无项目符号样式。 |
Other | -1 | BulletStyle 枚举中没有显式指定的其他项目符号样式。 |
产品 | 版本 |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |