DiagramConnectionDefaultsStrokeSettingsBuilder
Methods
Color(System.String)
Defines the stroke or line color of the connection.
Parameters
value - System.String
The value for Color
RETURNS
Returns the current DiagramConnectionDefaultsStrokeSettingsBuilder instance.
Width(System.Double)
Defines the stroke width of the connection.
Parameters
value - System.Double
The value for Width
RETURNS
Returns the current DiagramConnectionDefaultsStrokeSettingsBuilder instance.
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 for LineCap
RETURNS
Returns the current DiagramConnectionDefaultsStrokeSettingsBuilder instance.
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 for LineJoin
RETURNS
Returns the current DiagramConnectionDefaultsStrokeSettingsBuilder instance.