MotionCanvas
Class
Assembly LiveChartsCore.SkiaSharpView.Blazor
Namespace LiveChartsCore.SkiaSharpView.Blazor
Summary:
Implements:
Properties
Gets or sets the pointer down callback.
Type: EventCallback<PointerEventArgs>
Type: EventCallback<PointerEventArgs>
Gets or sets the pointer move callback.
Type: EventCallback<PointerEventArgs>
Type: EventCallback<PointerEventArgs>
Gets or sets the pointer up callback.
Type: EventCallback<PointerEventArgs>
Type: EventCallback<PointerEventArgs>
Gets or sets the wheel changed callback.
Type: EventCallback<WheelEventArgs>
Type: EventCallback<WheelEventArgs>
Gets or sets the pointer leave callback.
Type: EventCallback<PointerEventArgs>
Type: EventCallback<PointerEventArgs>
Events
Called when the size of the canvas changes.
Handler definition: Action
Handler definition: Action
Methods
// Called when the frame ticker ticks.