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