SetAnimator(IAnimationSetter, ICustomAnimator) Method
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#
public static void SetAnimator(
IAnimationSetter setter,
ICustomAnimator value
)
Public Shared Sub SetAnimator (
setter As IAnimationSetter,
value As ICustomAnimator
)
static member SetAnimator :
setter : IAnimationSetter *
value : ICustomAnimator -> unit
Parameters
- IAnimationSetter
- The animation setter.
- ICustomAnimator
- The property animator value.
See Also
Reference
Animation Class
SetAnimator Overload
Avalonia.Animation Namespace