[]
Represents an 'a' element.
public class SvgAnchorElement : SvgGraphicsElement
Initializes a new instance of the SvgAnchorElement class.
public SvgAnchorElement()
Gets the SVG name of SvgAnchorElement.
public const string SvgName = "a"
Gets the SVG name of the current element.
public override string ElementName { get; }
Gets or sets the location of the referenced object.
public SvgReference Href { get; set; }