Class SvgScript
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("script")]
public class SvgScript : SvgElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
Constructors
SvgScript()
Declaration
public SvgScript()
Properties
CrossOrigin
Declaration
public string CrossOrigin { get; set; }
Property Value
System.String
|
Href
Declaration
[SvgAttribute("href", "http://www.w3.org/1999/xlink")]
public string Href { get; set; }
Property Value
System.String
|
Script
Declaration
public string Script { get; set; }
Property Value
System.String
|
ScriptType
Declaration
public string ScriptType { get; set; }
Property Value
System.String
|
Methods
DeepCopy()
WriteChildren(XmlTextWriter)
Declaration
protected override void WriteChildren(XmlTextWriter writer)
Parameters
System.Xml.XmlTextWriter
writer
|