| SvgGroup {Microsoft.VisualBasic.Imaging.SVG.XML} | .NET clr documentation |
The <g> SVG element is a container used to group other SVG elements.
Transformations applied To the <g> element are performed On its child elements, And its attributes are inherited by its children. It can also group multiple elements To be referenced later With the <use> element.
# namespace Microsoft.VisualBasic.Imaging.SVG.XML
export class SvgGroup extends SvgContainer {
AriaLabel: string;
Fill: string;
FillOpacity: double;
filter: string;
Id: string;
lastElement: SvgElement;
Stroke: string;
StrokeDashArray: double;
StrokeLineCap: SvgStrokeLineCap;
StrokeOpacity: double;
StrokeWidth: double;
Style: string;
TabIndex: Nullable`1;
Tag: string;
Transform: string;
Visible: boolean;
}
lastElement: SvgElementStrokeLineCap: SvgStrokeLineCapTabIndex: Nullable`1