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

动画持续时间内,在其同级和父级动画中必须唯一的动画键。

返回

适用于