SvgGroup {Microsoft.VisualBasic.Imaging.SVG.XML} .NET clr documentation

SvgGroup

Description

The SVG element is a container used to group other SVG elements.

Transformations applied To the 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 element.

Declare

            
# namespace Microsoft.VisualBasic.Imaging.SVG.XML
export class SvgGroup extends SvgContainer {
   Fill: string;
   FillOpacity: double;
   filter: string;
   Id: string;
   Stroke: string;
   StrokeDashArray: double;
   StrokeLineCap: SvgStrokeLineCap;
   StrokeOpacity: double;
   StrokeWidth: double;
   Style: string;
   TabIndex: Nullable`1;
   Transform: string;
   Visible: boolean;
}

        

.NET clr type reference tree

  1. this class extends from SvgContainer class: SvgContainer
  2. use by property member StrokeLineCap: SvgStrokeLineCap
  3. use by property member TabIndex: Nullable`1

[Package {$package} version {$version} Index]