[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgAnchorElement

Class SvgAnchorElement

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Represents an 'a' element.

public class SvgAnchorElement : SvgGraphicsElement
Inheritance
object
SvgAnchorElement
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SvgAnchorElement()

Initializes a new instance of the SvgAnchorElement class.

public SvgAnchorElement()

Fields

SvgName

Gets the SVG name of SvgAnchorElement.

public const string SvgName = "a"

Field Value

string

Properties

ElementName

Gets the SVG name of the current element.

public override string ElementName { get; }

Property Value

string

Href

Gets or sets the location of the referenced object.

public SvgReference Href { get; set; }

Property Value

SvgReference