Class SvgFontFaceUri
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("font-face-uri")]
public class SvgFontFaceUri : SvgElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
Constructors
SvgFontFaceUri()
Declaration
public SvgFontFaceUri()
Properties
ReferencedElement
Declaration
[SvgAttribute("href", "http://www.w3.org/1999/xlink")]
public virtual Uri ReferencedElement { get; set; }
Property Value
System.Uri
|