SetAnimator(IAnimationSetter, CustomAnimatorBase) Method
Obsolete.
CustomAnimatorBase will be removed before 11.0, use InterpolatingAnimator<T>
Sets the value of the Animator attached property for a setter.
Definition
Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[ObsoleteAttribute("CustomAnimatorBase will be removed before 11.0, use InterpolatingAnimator<T>",
true)]
public static void SetAnimator(
IAnimationSetter setter,
CustomAnimatorBase value
)
<ObsoleteAttribute("CustomAnimatorBase will be removed before 11.0, use InterpolatingAnimator<T>",
true)>
Public Shared Sub SetAnimator (
setter As IAnimationSetter,
value As CustomAnimatorBase
)
[<ObsoleteAttribute("CustomAnimatorBase will be removed before 11.0, use InterpolatingAnimator<T>",
true)>]
static member SetAnimator :
setter : IAnimationSetter *
value : CustomAnimatorBase -> unit
Parameters
- IAnimationSetter
- The animation setter.
- CustomAnimatorBase
- The property animator value.
See Also
Reference
Animation Class
SetAnimator Overload
Avalonia.Animation Namespace