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

SvgContainer

Description

SVG之中的画布对象

Declare

            
# namespace Microsoft.VisualBasic.Imaging.SVG.XML
export class SvgContainer extends SvgElement {
   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 SvgElement class: SvgElement
  2. use by property member StrokeLineCap: SvgStrokeLineCap
  3. use by property member TabIndex: Nullable`1

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