Share via


AutomationBulletStyle 列挙型

定義

オートメーションで使用される箇条書きのスタイルを定義します。

public enum class AutomationBulletStyle
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class AutomationBulletStyle
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AutomationBulletStyle
Public Enum AutomationBulletStyle
継承
AutomationBulletStyle
属性

フィールド

DashBullet 5

破線の箇条書き。

FilledRoundBullet 2

塗りつぶされた丸い箇条書き。

FilledSquareBullet 4

塗りつぶされた四角形の箇条書き。

HollowRoundBullet 1

白抜きの丸の行頭文字。

HollowSquareBullet 3

白抜きの四角の行頭文字。

None 0

箇条書きはありません。

Other 6

その他の箇条書きのスタイル。

適用対象