AnimationSetAnimator(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) Version: 11.3.999
public static void SetAnimator(
	IAnimationSetter setter,
	ICustomAnimator value
)

Parameters

setter  IAnimationSetter
The animation setter.
value  ICustomAnimator
The property animator value.

See Also