DiagramShapeStrokeSettingsBuilder
Methods
Color(System.String)
Defines the color of the shape stroke.
Parameters
value - System.String
The value that configures the color.
DashType(System.String)
The dash type of the shape.The following dash types are supported: "dash" - A line that consists of dashes; "dashDot" - A line that consists of a repeating pattern of dash-dot; "dot" - A line that consists of dots; "longDash" - A line that consists of a repeating pattern of long-dash; "longDashDot" - A line that consists of a repeating pattern of long-dash-dot; "longDashDotDot" - A line that consists of a repeating pattern of long-dash-dot-dot or "solid" - A solid line.
Parameters
value - System.String
The value that configures the dashtype.
Width(System.Double)
Defines the thickness or width of the shape stroke.
Parameters
value - System.Double
The value that configures the width.
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.