[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgCustomElement

Class SvgCustomElement

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Represents an unsupported SVG and non-SVG element (HTML, ...).

public class SvgCustomElement : SvgElement
Inheritance
object
SvgCustomElement
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SvgCustomElement(string, string)

Initializes a new instance of the SvgCustomElement class.

public SvgCustomElement(string elementName, string namespaceName)

Parameters

elementName string
namespaceName string

Properties

ElementName

Gets the name of the current element.

public override string ElementName { get; }

Property Value

string

Namespace

Get the namespace of the current element.

public override string Namespace { get; }

Property Value

string