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
Show
[SvgAttribute("show", "http://www.w3.org/1999/xlink")]
public string Show { get; set; }
Property Value
Target
public string Target { get; set; }
Property Value
Title
[SvgAttribute("title", "http://www.w3.org/1999/xlink")]
public string Title { get; set; }
Property Value
Methods
DeepCopy()
public override SvgElement DeepCopy()