Class NonSvgElement
- Namespace
- Svg
- Assembly
- Svg.dll
public class NonSvgElement : SvgElement, ISvgTransformable, ICloneable, ISvgNode
- Inheritance
-
NonSvgElement
- Implements
- Inherited Members
- Extension Methods
Constructors
NonSvgElement()
public NonSvgElement()
NonSvgElement(string, string)
public NonSvgElement(string elementName, string elementNamespace)
Parameters
Properties
Name
Publish the element name to be able to differentiate non-svg elements.
public string Name { get; }
Property Value
Methods
DeepCopy()
public override SvgElement DeepCopy()