IAvaloniaObject.

IsAnimating(AvaloniaProperty) Method

Summary

Checks whether a AvaloniaProperty is animating.
Namespace
Avalonia
Containing Type
IAvaloniaObject

Syntax

bool IsAnimating(AvaloniaProperty property)

Parameters

Name Type Description
property AvaloniaProperty The property.

Return Value

Type Description
bool True if the property is animating, otherwise false.