New to Kendo UI for AngularStart a free 30-day trial

StrokeOptions

Interface

The shape stroke configuration options.

Definition

Package:@progress/kendo-drawing

Properties

color?

string

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 'none', 'transparent' or '' (an empty string) clears the stroke.

The stroke dash type.

Default:

"solid"

The stroke line cap style.

Default:

"butt"

The stroke line join style.

Default:

"miter"

opacity?

number

The stroke opacity. Ranges from zero (completely transparent) to one (completely opaque).

width?

number

The stroke width in pixels.