IsAnimating Method
Checks whether a AvaloniaProperty is animating.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool IsAnimating(
AvaloniaProperty property
)
Public Function IsAnimating (
property As AvaloniaProperty
) As Boolean
member IsAnimating :
property : AvaloniaProperty -> bool
Parameters
- AvaloniaProperty
- The property.
Return Value
Boolean
True if the property is animating, otherwise false.