AvaloniaObjectIsAnimating Method

Checks whether a AvaloniaProperty is animating.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool IsAnimating(
	AvaloniaProperty property
)

Parameters

property  AvaloniaProperty
The property.

Return Value

Boolean
True if the property is animating, otherwise false.

See Also