Class NonSvgElement
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
public class NonSvgElement : SvgElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
Constructors
NonSvgElement()
Declaration
public NonSvgElement()
NonSvgElement(String)
Declaration
public NonSvgElement(string elementName)
Parameters
System.String
elementName
|
Properties
Name
Declaration
public string Name { get; }
Property Value
System.String
|