DiagramConnectionDefaultsContentSettingsBuilder

Methods

Color(System.String)

The color of the connection content text.

Parameters

value - System.String

The value for Color

RETURNS

Returns the current DiagramConnectionDefaultsContentSettingsBuilder instance.

FontFamily(System.String)

The font family of the connection content text.

Parameters

value - System.String

The value for FontFamily

RETURNS

Returns the current DiagramConnectionDefaultsContentSettingsBuilder instance.

FontSize(System.Double)

The font size of the connection content text.

Parameters

value - System.Double

The value for FontSize

RETURNS

Returns the current DiagramConnectionDefaultsContentSettingsBuilder instance.

FontStyle(System.String)

The font style of the connection content text.

Parameters

value - System.String

The value for FontStyle

RETURNS

Returns the current DiagramConnectionDefaultsContentSettingsBuilder instance.

FontWeight(System.String)

The font weight of the connection content text.

Parameters

value - System.String

The value for FontWeight

RETURNS

Returns the current DiagramConnectionDefaultsContentSettingsBuilder instance.

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

RETURNS

Returns the current DiagramConnectionDefaultsContentSettingsBuilder instance.

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

RETURNS

Returns the current DiagramConnectionDefaultsContentSettingsBuilder instance.

TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

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

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for Template

RETURNS

Returns the current DiagramConnectionDefaultsContentSettingsBuilder instance.

TemplateHandler(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

templateHandler - System.String

The handler that returs the template for Template

RETURNS

Returns the current DiagramConnectionDefaultsContentSettingsBuilder instance.

Template(Kendo.Mvc.UI.Fluent.TemplateBuilder)

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

template - TemplateBuilder<TModel>

A Template component that configures the template.

RETURNS

Returns the current DiagramConnectionDefaultsContentSettingsBuilder instance.

Text(System.String)

The static text displayed on the connection.

Parameters

value - System.String

The value for Text

RETURNS

Returns the current DiagramConnectionDefaultsContentSettingsBuilder instance.

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.

RETURNS

Returns the current DiagramConnectionDefaultsContentSettingsBuilder instance.

Visual(System.Func)

A function returning a visual element to render for the content of a connection.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current DiagramConnectionDefaultsContentSettingsBuilder instance.