Update src/CommunityToolkit.Maui/Behaviors/AnimationBehavior.shared.cs
This commit is contained in:
Родитель
84b6d68a47
Коммит
80953f2ddb
|
@ -25,6 +25,9 @@ public class AnimationBehavior : EventToCommandBehavior
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the Command that allows the triggering of the animation.
|
/// Gets the Command that allows the triggering of the animation.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// <see cref="AnimateCommand"/> has a <see cref="Type"/> of Command<CancellationToken> which requires a <see cref="CancellationToken"/> as a CommandParameter. See <see cref="Command{CancellationToken}"/> and <see cref="System.Windows.Input.ICommand.Execute(object)"/> for more information on passing a <see cref="CancellationToken"/> into <see cref="Command{T}"/> as a CommandParameter"
|
||||||
|
/// </remarks>
|
||||||
public Command<CancellationToken> AnimateCommand => (Command<CancellationToken>)GetValue(AnimateCommandProperty);
|
public Command<CancellationToken> AnimateCommand => (Command<CancellationToken>)GetValue(AnimateCommandProperty);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче