[]
Represents the 'g' element.
public class SvgGroupElement : SvgGraphicsElement
Initializes a new instance of the SvgGroupElement class.
public SvgGroupElement()
Gets the SVG name of SvgGroupElement.
public const string SvgName = "g"
Gets the SVG name of the current element.
public override string ElementName { get; }