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

SvgElement

Description

The basically SVG XML document node, it can be tweaks on the style by using CSS

Declare

            
# namespace Microsoft.VisualBasic.Imaging.SVG.XML
export class SvgElement {
   Fill: string;
   FillOpacity: double;
   # html element node id liked identifer
   Id: string;
   # the stroke color, value of this property should be html color code
   Stroke: string;
   # The stroke-dasharray attribute is a presentation attribute defining the pattern of 
   #  dashes and gaps used to paint the outline of the shape;
   StrokeDashArray: double;
   StrokeLineCap: SvgStrokeLineCap;
   StrokeOpacity: double;
   StrokeWidth: double;
   # current element node css style
   Style: string;
   TabIndex: Nullable`1;
   Transform: string;
   Visible: boolean;
}

        

.NET clr type reference tree

  1. use by property member StrokeLineCap: SvgStrokeLineCap
  2. use by property member TabIndex: Nullable`1

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