New to Kendo UI for Angular? Start a free 30-day trial
StrokeOptions
The shape stroke configuration options.
Name | Type | Default | Description |
---|---|---|---|
color? |
|
The stroke color in any of the following formats. | Value | Description | --- | --- | --- | red | The basic or extended CSS Color name | #ff0000 | The Hex RGB value | rgb(255, 0, 0) | The RGB value Specifying | |
dashType? |
|
|
The stroke dash type. |
lineCap? |
|
|
The stroke line cap style. |
lineJoin? |
|
|
The stroke line join style. |
opacity? |
|
The stroke opacity. Ranges from zero (completely transparent) to one (completely opaque). | |
width? |
|
The stroke width in pixels. |