Back to top OpenSVG (c) Veridict AB, www.veridict.com
Edit this page

Class SvgNode

Represents a SVG node.

Inheritance
object
SvgNode
SvgFont
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OpenSvg.SvgNodes
Assembly: OpenSvg.dll
Syntax
public class SvgNode

Properties

| Edit this page View Source

Parent

Declaration
public SvgElement? Parent { get; set; }
Property Value
Type Description
SvgElement