Share via


AutomationAnimationStyle 列挙型

定義

オートメーションのアニメーションのスタイルを定義します。

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

フィールド

BlinkingBackground 2

点滅している背景アニメーション。

LasVegasLights 1

ラスベガスライトスタイルのアニメーション。

MarchingBlackAnts 4

マーチ黒アリアニメーション。

MarchingRedAnts 5

赤いアリのアニメーションを行進します。

None 0

アニメーションなし。

Other 7

その他のアニメーション。

Shimmer 6

シマー スタイルのアニメーション。

SparkleText 3

きらめくテキスト アニメーション。

適用対象