[]
Represents the 'defs' element.
public class SvgDefsElement : SvgGraphicsElement
Initializes a new instance of the SvgDefsElement class.
public SvgDefsElement()
Gets the SVG name of SvgDefsElement.
public const string SvgName = "defs"
Gets the SVG name of the current element.
public override string ElementName { get; }