SVGElementBuilder-1.Attribute

SVGElementBuilder<T>.Attribute method

Adds an attribute configuration to the SVG element.

public void Attribute(string name, string value)
ParameterTypeDescription
nameStringThe name of the attribute.
valueStringThe value of the attribute.

See Also