[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgStyleElement

Class SvgStyleElement

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

Represents a 'style' element.

public class SvgStyleElement : SvgElement
Inheritance
SvgStyleElement
Inherited Members

Constructors

SvgStyleElement()

Initializes a new instance of the SvgStyleElement class.

public SvgStyleElement()

Fields

SvgName

Gets the SVG name of SvgStyleElement.

public const string SvgName = "style"

Field Value

string

Properties

ElementName

Gets the SVG name of the current element.

public override string ElementName { get; }

Property Value

string