DiagramTooltipSettingsBuilder
Methods
ConnectionTemplateHandler(System.String)
Defines the tooltip that will be shown when hovering over a connection.
Parameters
value - System.String
The value that configures the connectiontemplate.
ConnectionTemplate(Kendo.Mvc.UI.Fluent.TemplateBuilder)
Defines the tooltip that will be shown when hovering over a connection.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the connectiontemplate.
ShapeTemplateHandler(System.String)
Defines the tooltip that will be shown when hovering over a connection.
Parameters
value - System.String
The value that configures the shapetemplate.
ShapeTemplate(Kendo.Mvc.UI.Fluent.TemplateBuilder)
Defines the tooltip that will be shown when hovering over a connection.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the shapetemplate.
Delay(System.Double)
The delay in milliseconds before the tooltipShow event is triggered after the user hovers over a diagram item.
Parameters
value - System.Double
The value that configures the delay.