Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsConnectorDefaultsSettingsBuilder
Defines the fluent API for configuring DiagramShapeDefaultsConnectorDefaultsSettings
Methods
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.DiagramShapeDefaultsConnectorDefaultsHoverSettingsBuilder<T,T>>)
Defines the hover configuration of the shape connectors.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsConnectorDefaultsHoverSettingsBuilder>
The configurator for the hover setting.
Fill(System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsConnectorDefaultsFillSettingsBuilder<T,T>>)
Defines the fill options of the shape connectors.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsConnectorDefaultsFillSettingsBuilder>
The configurator for the fill setting.
Stroke(System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsConnectorDefaultsStrokeSettingsBuilder<T,T>>)
Defines the stroke options of the shape connectors.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsConnectorDefaultsStrokeSettingsBuilder>
The configurator for the stroke setting.