MotionCanvas
Class

Assembly LiveChartsCore.SkiaSharpView.Blazor
Namespace LiveChartsCore.SkiaSharpView.Blazor

Summary:

Inheritance:
Object =>
ComponentBase =>
MotionCanvas
Implements:

Properties

Gets the width of the canvas.
Type: Int32
Gets the height of the canvas.
Type: Int32
Gets or sets the pointer down callback.
Type: EventCallback<PointerEventArgs>
Gets or sets the pointer move callback.
Type: EventCallback<PointerEventArgs>
Gets or sets the pointer up callback.
Type: EventCallback<PointerEventArgs>
Gets or sets the wheel changed callback.
Type: EventCallback<WheelEventArgs>
Gets or sets the pointer leave callback.
Type: EventCallback<PointerEventArgs>

Events

Called when the size of the canvas changes.
Handler definition: Action

Methods

// Called when the frame ticker ticks.