[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgGroupElement

Class SvgGroupElement

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

Represents the 'g' element.

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

Constructors

SvgGroupElement()

Initializes a new instance of the SvgGroupElement class.

public SvgGroupElement()

Fields

SvgName

Gets the SVG name of SvgGroupElement.

public const string SvgName = "g"

Field Value

string

Properties

ElementName

Gets the SVG name of the current element.

public override string ElementName { get; }

Property Value

string