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
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
Entities
public Dictionary<string, string>? Entities { get; }