次の方法で共有


AnimationExtensions.AnimationIsRunning(IAnimatable, String) メソッド

定義

handle で指定されたアニメーションが実行されているかどうかを示すブール値を返します。

public:
[System::Runtime::CompilerServices::Extension]
 static bool AnimationIsRunning(Microsoft::Maui::Controls::IAnimatable ^ self, System::String ^ handle);
public static bool AnimationIsRunning (this Microsoft.Maui.Controls.IAnimatable self, string handle);
static member AnimationIsRunning : Microsoft.Maui.Controls.IAnimatable * string -> bool
<Extension()>
Public Function AnimationIsRunning (self As IAnimatable, handle As String) As Boolean

パラメーター

self
IAnimatable

このメソッドが実行されるオブジェクト。

handle
String

そのアニメーションが継続している間、その兄弟アニメーションや親アニメーションに対して一意である必要があるアニメーション キー。

戻り値

適用対象