Table of Contents

Class SvgAnchor

Namespace
Svg
Assembly
Svg.dll
[SvgElement("a")]
public class SvgAnchor : SvgElement, ISvgTransformable, ICloneable, ISvgNode
Inheritance
SvgAnchor
Implements
Inherited Members
Extension Methods

Properties

Href

[SvgAttribute("href", "http://www.w3.org/1999/xlink")]
public string Href { get; set; }

Property Value

string

Show

[SvgAttribute("show", "http://www.w3.org/1999/xlink")]
public string Show { get; set; }

Property Value

string

Target

public string Target { get; set; }

Property Value

string

Title

[SvgAttribute("title", "http://www.w3.org/1999/xlink")]
public string Title { get; set; }

Property Value

string

Methods

DeepCopy()

public override SvgElement DeepCopy()

Returns

SvgElement