Table of Contents

Property AdditionalAttributes

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

AdditionalAttributes

Additional HTML attributes to be applied to the underlying SKCanvasView element (e.g., style, class).

[Parameter(CaptureUnmatchedValues = true)]
public IDictionary<string, object>? AdditionalAttributes { get; set; }

Property Value

IDictionary<string, object>