| Stroke {Microsoft.VisualBasic.MIME.Html.CSS} |
.NET clr documentation |
Stroke
Description
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
- this class extends from ICSSValue class: ICSSValue
- use by property member
dash: DashStyle
[Package
{$package} version {$version}
Index]