Stroke {Microsoft.VisualBasic.MIME.Html.CSS} .NET clr documentation

Stroke

Description

```css stroke: color/image; stroke-width: width(px); stroke-dash: dash_style; ```

Declare

            
# 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;
}

        

.NET clr type reference tree

  1. this class extends from ICSSValue class: ICSSValue
  2. use by property member dash: DashStyle

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