AnimationExtensions.AnimationIsRunning(IAnimatable, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
そのアニメーションが継続している間、その兄弟アニメーションや親アニメーションに対して一意である必要があるアニメーション キー。