CompositionObject.StopAnimation(String) メソッド

定義

指定したプロパティからアニメーションを切断し、アニメーションを停止します。

public:
 virtual void StopAnimation(Platform::String ^ propertyName) = StopAnimation;
void StopAnimation(winrt::hstring const& propertyName);
public void StopAnimation(string propertyName);
function stopAnimation(propertyName)
Public Sub StopAnimation (propertyName As String)

パラメーター

propertyName
String

Platform::String

winrt::hstring

アニメーションを切断するプロパティの名前。

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10586.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v2.0 で導入)

適用対象