Summary
Checks whether a
AvaloniaProperty
is animating.
- Namespace
- Avalonia
- Containing Type
- AvaloniaObject
Syntax
public 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. |