Stroke {Microsoft.VisualBasic.MIME.Html.CSS} | .NET clr documentation |
```css stroke: color/image; stroke-width: width(px); stroke-dash: dash_style; ```
# namespace Microsoft.VisualBasic.MIME.Html.CSS
export class Stroke extends ICSSValue {
CSSValue: string;
# the line drawing style
dash: DashStyle;
# the line fill color brush description
fill: string;
# the line drawing width
width: string;
}