Skip to main content

Class SvgParameters

Namespace: VelloSharp.Avalonia.Svg
Assembly: VelloSharp.Avalonia.Svg.dll

Minimal parameter bag mirroring the legacy Skia-style signature.

public sealed class SvgParameters

Inheritance

objectSvgParameters

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

SvgParameters(Dictionary<string, string>?, string?)

public SvgParameters(Dictionary<string, string>? entities = null, string? css = null)

Parameters

entities Dictionary<string, string>?

css string?

Properties

Css

public string? Css { get; }

Property Value

string?

Entities

public Dictionary<string, string>? Entities { get; }

Property Value

Dictionary<string, string>?