Skip to main content

IsAnimating Method

Checks whether a AvaloniaProperty is animating.

Definition​

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public bool IsAnimating(
AvaloniaProperty property
)

Parameters​

  AvaloniaProperty
The property.

Return Value​

Boolean
True if the property is animating, otherwise false.

See Also​

Reference​

AvaloniaObject Class
Avalonia Namespace