DiagramTooltipSettingsBuilder
Methods
ConnectionTemplateId(System.String)
Defines the tooltip that will be shown when hovering over a connection.
Parameters
templateId - System.String
The ID of the template element for ConnectionTemplate
RETURNS
Returns the current DiagramTooltipSettingsBuilder instance.
ConnectionTemplateHandler(System.String)
Defines the tooltip that will be shown when hovering over a connection.
Parameters
templateHandler - System.String
The handler that returs the template for ConnectionTemplate
RETURNS
Returns the current DiagramTooltipSettingsBuilder instance.
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.
RETURNS
Returns the current DiagramTooltipSettingsBuilder instance.
ShapeTemplateId(System.String)
Defines the tooltip that will be shown when hovering over a connection.
Parameters
templateId - System.String
The ID of the template element for ShapeTemplate
RETURNS
Returns the current DiagramTooltipSettingsBuilder instance.
ShapeTemplateHandler(System.String)
Defines the tooltip that will be shown when hovering over a connection.
Parameters
templateHandler - System.String
The handler that returs the template for ShapeTemplate
RETURNS
Returns the current DiagramTooltipSettingsBuilder instance.
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.
RETURNS
Returns the current DiagramTooltipSettingsBuilder instance.
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 for Delay
RETURNS
Returns the current DiagramTooltipSettingsBuilder instance.