Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsContentSettingsBuilder
Defines the fluent API for configuring DiagramConnectionDefaultsContentSettings
Methods
Color(System.String)
The color of the connection content text.
Parameters
value System.String
The value for Color
FontFamily(System.String)
The font family of the connection content text.
Parameters
value System.String
The value for FontFamily
FontSize(System.Double)
The font size of the connection content text.
Parameters
value System.Double
The value for FontSize
FontStyle(System.String)
The font style of the connection content text.
Parameters
value System.String
The value for FontStyle
FontWeight(System.String)
The font weight of the connection content text.
Parameters
value System.String
The value for FontWeight
Template(System.String)
The template which renders the labels.The fields which can be used in the template are: dataItem - the data item, in case a field has been specified.
Parameters
value System.String
The value for Template
TemplateId(System.String)
The template which renders the labels.The fields which can be used in the template are: dataItem - the data item, in case a field has been specified.
Parameters
templateId System.String
The ID of the template element for Template
Text(System.String)
The static text displayed on the connection.
Parameters
value System.String
The value for Text
Visual(System.String)
A function returning a visual element to render for the content of a connection.
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
Visual(System.Func<System.Object,System.Object>)
A function returning a visual element to render for the content of a connection.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.