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