DiagramShapeDefaultsStrokeSettingsBuilder

Methods

LineCap(Kendo.Mvc.UI.DiagramStrokeLineCap)

Defines the line cap style of the stroke. Supported values are "butt", "round", and "square".

Parameters

value - DiagramStrokeLineCap

The value that configures the linecap.

LineJoin(Kendo.Mvc.UI.DiagramStrokeLineJoin)

Defines the line join style of the stroke. Supported values are "bevel", "miter", and "round".

Parameters

value - DiagramStrokeLineJoin

The value that configures the linejoin.

Color(System.String)

Defines the color of the shape stroke.

Parameters

value - System.String

The value for Color

RETURNS

Returns the current DiagramShapeDefaultsStrokeSettingsBuilder instance.

Width(System.Double)

Defines the thickness or width of the shape stroke.

Parameters

value - System.Double

The value for Width

RETURNS

Returns the current DiagramShapeDefaultsStrokeSettingsBuilder instance.

DashType(Kendo.Mvc.UI.DiagramDashType)

The dash type of the shape.

Parameters

value - DiagramDashType

The value for DashType

RETURNS

Returns the current DiagramShapeDefaultsStrokeSettingsBuilder instance.