Duration Property
The duration of the animation. Minimum allowed value is 1ms and maximum allowed value is 24 days.
Definition
Namespace: Avalonia.Rendering.Composition.Animations
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public TimeSpan Duration { get; set; }
Public Property Duration As TimeSpan
Get
Set
member Duration : TimeSpan with get, set
Property Value
TimeSpanSee Also
Reference
KeyFrameAnimation Class
Avalonia.Rendering.Composition.Animations Namespace