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 列舉中未明確指定的另一種項目符號樣式。

適用於