stroke: color/image; stroke-width: width(px); stroke-dash: dash_style;
Stroke
01 Syntax
Microsoft.VisualBasic.MIME.Html.CSS.Stroke
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 2 | do value copy |
| ToString | 1 | 生成CSS字符串值 |
| GetDashStyle | 1 | parse the DashStyle enum value from a given term string |
| TryParse | 1 | this css parser function returns nothing if the given css string value is null or empty |
| ParserImpl | 1 | parse from a given css string |
| op_Implicit | 1 |
03 Properties
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| AxisStroke | 1 | |
| AxisGridStroke | 1 | |
| AxisGridMinorStroke | 1 | |
| HighlightStroke | 1 | |
| StrongHighlightStroke | 1 | |
| ScatterLineStroke | 1 | |
| WhiteLineStroke | 1 |
05 Members
#ctor(
Single)create a default style css stroke object with specific line width is given.
Parameters
| Name | Type | Description |
|---|---|---|
width | Single | - |
#ctor(Stroke)
do value copy
Parameters
| Name | Type | Description |
|---|---|---|
clone | Stroke | - |
ToString
生成CSS字符串值
GetDashStyle(
String)parse the DashStyle enum value from a given term string
Parameters
| Name | Type | Description |
|---|---|---|
css | String | should be one of the member name in enum value: |
TryParse(
String, Stroke)this css parser function returns nothing if the given css string value is null or empty
Parameters
| Name | Type | Description |
|---|---|---|
css$ | String | - |
[default] | Stroke | - |
ParserImpl(
String)parse from a given css string
Parameters
| Name | Type | Description |
|---|---|---|
css | String | - |
fill
the line fill color brush description
Remarks
default fill is black color if this value is omit from the css style string
width
the line drawing width
dash
the line drawing style
AxisStroke
AxisGridStroke
AxisGridMinorStroke
HighlightStroke
StrongHighlightStroke
ScatterLineStroke
WhiteLineStroke
CSSValue
op_Implicit(
String)