AutomationAnimationStyle 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オートメーションのアニメーションのスタイルを定義します。
public enum class AutomationAnimationStyle
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AutomationAnimationStyle
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AutomationAnimationStyle
Public Enum AutomationAnimationStyle
- 継承
-
AutomationAnimationStyle
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
フィールド
BlinkingBackground | 2 | 背景アニメーションが点滅しています。 |
LasVegasLights | 1 | ラスベガスのライトスタイルのアニメーション。 |
MarchingBlackAnts | 4 | マーシング黒アリアニメーション。 |
MarchingRedAnts | 5 | 赤いアリのアニメーションを行進します。 |
None | 0 | アニメーションなし。 |
Other | 7 | その他のアニメーション。 |
Shimmer | 6 | シマー スタイルのアニメーション。 |
SparkleText | 3 | きらめくテキスト アニメーション。 |