DiagramConnectionDefaultsContentSettingsBuilder
Defines the fluent API for configuring the DiagramConnectionDefaultsContentSettings settings.
Methods
Template(System.String)
The template which renders the labels.The fields which can be used in the template are:
Parameters
value - System.String
The value that configures the template.
TemplateId(System.String)
The template which renders the labels.The fields which can be used in the template are:
Parameters
value - System.String
The value that configures the template.
TemplateView(System.Web.Mvc.MvcHtmlString)
The template which renders the labels.The fields which can be used in the template are:
Parameters
value - System.Web.Mvc.MvcHtmlString
The value that configures the template.
TemplateHandler(System.String)
Parameters
value - System.String
Text(System.String)
The static text displayed on the connection.
Parameters
value - System.String
The value that configures the text.
Visual(System.String)
The name of the function that will create the content visual.
Parameters
name - System.String
The function name.
Visual(System.Func)
The function that will create the content visual.
Parameters
function - System.Func<Object,Object>
The function.
Color(System.String)
The color of the connection content text.
Parameters
value - System.String
The value that configures the color.
FontFamily(System.String)
The font family of the connection content text.
Parameters
value - System.String
The value that configures the fontfamily.
FontSize(System.Double)
The font size of the connection content text.
Parameters
value - System.Double
The value that configures the fontsize.
FontStyle(System.String)
The font style of the connection content text.
Parameters
value - System.String
The value that configures the font style.
FontWeight(System.String)
The font weight of the connection content text.
Parameters
value - System.String
The value that configures the font weight.