[]
Represents an unsupported SVG and non-SVG element (HTML, ...).
public class SvgCustomElement : SvgElement
Initializes a new instance of the SvgCustomElement class.
public SvgCustomElement(string elementName, string namespaceName)
elementName
stringnamespaceName
stringGets the name of the current element.
public override string ElementName { get; }
Get the namespace of the current element.
public override string Namespace { get; }