DiagramConnectionDefaultsEndCapStrokeSettingsBuilder
Methods
Color(System.String)
The connections end cap stroke color.
Parameters
value - System.String
The value for Color
RETURNS
Returns the current DiagramConnectionDefaultsEndCapStrokeSettingsBuilder instance.
Width(System.Double)
The connections end cap stroke width.
Parameters
value - System.Double
The value for Width
RETURNS
Returns the current DiagramConnectionDefaultsEndCapStrokeSettingsBuilder 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 DiagramConnectionDefaultsEndCapStrokeSettingsBuilder 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 DiagramConnectionDefaultsEndCapStrokeSettingsBuilder instance.
DashType(Kendo.Mvc.UI.DiagramDashType)
The connections end cap stroke dash type.
Parameters
value - DiagramDashType
The value for DashType
RETURNS
Returns the current DiagramConnectionDefaultsEndCapStrokeSettingsBuilder instance.