Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsContentSettingsBuilder
Defines the fluent API for configuring the DiagramShapeDefaultsContentSettings settings.
Methods
Align(System.String)
The alignment of the text inside the shape.
Parameters
value System.String
The value that configures the align.
Color(System.String)
The color of the shape content text.
Parameters
value System.String
The value that configures the color.
FontFamily(System.String)
The font family of the shape content text.
Parameters
value System.String
The value that configures the fontfamily.
FontSize(System.Double)
The font size of the shape content text.
Parameters
value System.Double
The value that configures the fontsize.
FontStyle(System.String)
The font style of the shape content text.
Parameters
value System.String
The value that configures the font style.
FontWeight(System.String)
The font weight of the shape content text.
Parameters
value System.String
The value that configures the font weight.
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.
Text(System.String)
The text displayed in the shape.
Parameters
value System.String
The value that configures the text.