[]
        
(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
SvgCustomElement
Inherited Members

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