AnimationSetAnimator(IAnimationSetter, CustomAnimatorBase) Method
Note: This API is now obsolete.
Sets the value of the Animator attached property for a setter.
Namespace: Avalonia.AnimationAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[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
- setter IAnimationSetter
- The animation setter.
- value CustomAnimatorBase
- The property animator value.