SVGElementBuilder-1.Configurations

SVGElementBuilder<T>.Configurations property

Gets the list of configurations to be applied to the SVG element.

public List<Action<SVGElement>> Configurations { get; }

See Also