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