SvgElement {Microsoft.VisualBasic.Imaging.SVG.XML} | .NET clr documentation |
The basically SVG XML document node, it can be tweaks on the style by using CSS
# 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;
}
StrokeLineCap
: SvgStrokeLineCapTabIndex
: Nullable`1