[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgDefsElement

Class SvgDefsElement

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

Represents the 'defs' element.

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

Constructors

SvgDefsElement()

Initializes a new instance of the SvgDefsElement class.

public SvgDefsElement()

Fields

SvgName

Gets the SVG name of SvgDefsElement.

public const string SvgName = "defs"

Field Value

string

Properties

ElementName

Gets the SVG name of the current element.

public override string ElementName { get; }

Property Value

string