AnimationExtensions.AnimationIsRunning(IAnimatable, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Boolean value that indicates whether or not the animation that is specified by handle
is running.
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
Parameters
- self
- IAnimatable
The object on which this method will be run.
- handle
- String
An animation key that must be unique among its sibling and parent animations for the duration of the animation.
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.