Class SvgAnchor
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("a")]
public class SvgAnchor : SvgElement, ISvgTransformable, ICloneable, ISvgNode
Properties
|
Improve this Doc
View Source
Href
Declaration
[SvgAttribute("href", "http://www.w3.org/1999/xlink")]
public string Href { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Show
Declaration
[SvgAttribute("show", "http://www.w3.org/1999/xlink")]
public string Show { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Target
Declaration
public string Target { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Title
Declaration
[SvgAttribute("title", "http://www.w3.org/1999/xlink")]
public string Title { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
|
Improve this Doc
View Source
DeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
Overrides
Implements
Extension Methods