Back to top OpenSVG (c) Veridict AB, www.veridict.com
Edit this page

Class SvgGroup

Represents a group of SVG elements.

Inheritance
object
SvgElement
SvgVisual
SvgVisualContainer
SvgGroup
Implements
IXmlSerializable
IEquatable<SvgElement>
ISvgElementContainer
Inherited Members
SvgVisualContainer.ChildElements
SvgVisualContainer.Children()
SvgVisualContainer.Descendants()
SvgVisualContainer.Add(SvgElement)
SvgVisualContainer.AddAll(IEnumerable<SvgElement>)
SvgVisualContainer.AddChildWithAlignment(SvgVisual, HorizontalAlignment, VerticalAlignment)
SvgVisualContainer.ComputeConvexHull()
SvgVisual.fillColor
SvgVisual.strokeColor
SvgVisual.strokeWidth
SvgVisual.transform
SvgVisual.FillColor
SvgVisual.StrokeColor
SvgVisual.StrokeWidth
SvgVisual.Transform
SvgVisual.DrawConfig
SvgVisual.ConvexHull
SvgVisual.BoundingBox
SvgVisual.AlignRelativeTo(SvgVisual, HorizontalAlignment?, VerticalAlignment?)
SvgElement.id
SvgElement.ID
SvgElement.RootDocument
SvgElement.Root
SvgElement.Parent
SvgElement.ViewPort
SvgElement.ViewPortWidth
SvgElement.ViewPortHeight
SvgElement.GetSchema()
SvgElement.WriteXml(XmlWriter)
SvgElement.ReadXml(XmlReader)
SvgElement.ToSvgGroup()
SvgElement.ToSvgDocument()
SvgElement.Attributes()
SvgElement.Equals(object)
SvgElement.Equals(SvgElement)
SvgElement.InformedEquals(SvgElement)
SvgElement.GetHashCode()
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OpenSvg.SvgNodes
Assembly: OpenSvg.dll
Syntax
public class SvgGroup : SvgVisualContainer, IXmlSerializable, IEquatable<SvgElement>, ISvgElementContainer

Properties

| Edit this page View Source

SvgName

Gets or sets the name of the SVG element.

Declaration
public override string SvgName { get; }
Property Value
Type Description
string
Overrides
SvgElement.SvgName

Implements

IXmlSerializable
IEquatable<T>
ISvgElementContainer