共用方式為


AutomationBulletStyle 列舉

定義

定義自動化所使用的專案符號樣式。

public enum class AutomationBulletStyle
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AutomationBulletStyle
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AutomationBulletStyle
Public Enum AutomationBulletStyle
繼承
AutomationBulletStyle
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

欄位

DashBullet 5

虛線專案符號。

FilledRoundBullet 2

填滿圓點符號。

FilledSquareBullet 4

填滿方塊專案符號。

HollowRoundBullet 1

空心圓項目符號。

HollowSquareBullet 3

空心方形項目符號。

None 0

沒有專案符號。

Other 6

其他專案符號樣式。

適用於