Class SvgAnchor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg
Assembly: TelerikCommon.dll
Syntax
[SvgElement("a")]
public class SvgAnchor : SvgElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
Constructors
SvgAnchor()
Declaration
public SvgAnchor()
Properties
Href
Declaration
[SvgAttribute("href", "http://www.w3.org/1999/xlink")]
public string Href { get; set; }
Property Value
System.String
|
Show
Declaration
[SvgAttribute("show", "http://www.w3.org/1999/xlink")]
public string Show { get; set; }
Property Value
System.String
|
Target
Declaration
public string Target { get; set; }
Property Value
System.String
|
Title
Declaration
[SvgAttribute("title", "http://www.w3.org/1999/xlink")]
public string Title { get; set; }
Property Value
System.String
|