Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsSettingsConnectorBuilder
Defines the fluent API for configuring DiagramShapeDefaultsSettingsConnector
Methods
Name(System.String)
The connector name. The name is referenced when specifying explicit fromConnector and toConnector values in a connection.
Parameters
value System.String
The value for Name
Position(System.String)
The function that positions the connector. The function is passed a shape and should return kendo.dataviz.diagram. As a result, a point that holds the connector position appears.
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 and should return kendo.dataviz.diagram. As a result, a point that holds the connector position appears.
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.
Parameters
value System.Double
The value for Width
Height(System.Double)
Defines the height of the shape connectors.
Parameters
value System.Double
The value for Height
Hover(System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsConnectorHoverSettingsBuilder<T,T>>)
Defines the hover configuration of the shape connectors.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsConnectorHoverSettingsBuilder>
The configurator for the hover setting.
Fill(System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsConnectorFillSettingsBuilder<T,T>>)
Defines the fill options of the shape connectors.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsConnectorFillSettingsBuilder>
The configurator for the fill setting.
Stroke(System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsConnectorStrokeSettingsBuilder<T,T>>)
Defines the stroke options of the shape connectors.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsConnectorStrokeSettingsBuilder>
The configurator for the stroke setting.