CompositionObject.StopAnimation(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したプロパティからアニメーションを切断し、アニメーションを停止します。
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 で導入)
|