UIElement.StartAnimation(ICompositionAnimationBase) メソッド

定義

要素で指定したアニメーションを開始します。

public:
 virtual void StartAnimation(ICompositionAnimationBase ^ animation) = StartAnimation;
void StartAnimation(ICompositionAnimationBase const& animation);
public void StartAnimation(ICompositionAnimationBase animation);
function startAnimation(animation)
Public Sub StartAnimation (animation As ICompositionAnimationBase)

パラメーター

animation
ICompositionAnimationBase

開始するアニメーション。

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

適用対象