Table of Contents

Property OnUpdate

Namespace
SkiaSharp.Extended.UI.Blazor.Controls
Assembly
SkiaSharp.Extended.UI.Blazor.dll

OnUpdate

Callback invoked on each frame tick with the elapsed time since the previous frame. Use this to update animation state from a parent component.

[Parameter]
public Action<TimeSpan>? OnUpdate { get; set; }

Property Value

Action<TimeSpan>