Kendo.Mvc.UI.Fluent.DiagramShapeConnectorBuilder
Defines the fluent API for configuring DiagramShapeConnector
Methods
Description(System.String)
The connector description.
Parameters
value System.String
The value for Description
Name(System.String)
The connector name. The predefined names are: "top" - top connector; "right" - right connector; "bottom" - bottom connector; "bottomRight" - bottom right connector; "left" - left connector or "auto" - auto connector.
Parameters
value System.String
The value for Name
Position(System.String)
The function that positions the connector. The function is passed a shape as parameter and should return a kendo.dataviz.diagram.Point indicating where the connector should be placed.
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
Position(System.Func<System.Object,System.Object>)
The function that positions the connector. The function is passed a shape as parameter and should return a kendo.dataviz.diagram.Point indicating where the connector should be placed.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Width(System.Double)
Defines the width of the shape connectors. See shapes.connectors for an example.
Parameters
value System.Double
The value for Width
Height(System.Double)
Defines the height of the shape connectors. See shapes.connectors for an example.
Parameters
value System.Double
The value for Height
Hover(System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeConnectorHoverSettingsBuilder<T,T>>)
Defines the hover configuration of the shape connectors.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeConnectorHoverSettingsBuilder>
The configurator for the hover setting.
Fill(System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeConnectorFillSettingsBuilder<T,T>>)
Defines the fill options of the shape connectors.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeConnectorFillSettingsBuilder>
The configurator for the fill setting.
Stroke(System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeConnectorStrokeSettingsBuilder<T,T>>)
Defines the stroke options of the shape connectors.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeConnectorStrokeSettingsBuilder>
The configurator for the stroke setting.