DiagramShapeContentSettingsBuilder
Defines the fluent API for configuring DiagramShapeContentSettings
Methods
Align(System.String)
The alignment of the text inside the shape. You can do combinations between "top", "middle" and "bottom" for vertical align and "right", "center" and "left" for horizontal align. For example, "top right", "middle left", "bottom center", and so on.
Parameters
value - System.String
The value for Align
Color(System.String)
The color of the shape content text.
Parameters
value - System.String
The value for Color
FontFamily(System.String)
The font family of the shape content text.
Parameters
value - System.String
The value for FontFamily
FontSize(System.Double)
The font size of the shape content text.
Parameters
value - System.Double
The value for FontSize
FontStyle(System.String)
The font style of the shape content text.
Parameters
value - System.String
The value for FontStyle
FontWeight(System.String)
The font weight of the shape content text.
Parameters
value - System.String
The value for FontWeight
Template(System.String)
The template which renders the labels.
Parameters
value - System.String
The value for Template
TemplateId(System.String)
The template which renders the labels.
Parameters
templateId - System.String
The ID of the template element for Template
TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
The template which renders the labels.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for Template
TemplateHandler(System.String)
The template which renders the labels.
Parameters
templateHandler - System.String
The hendler that returs the template for Template
Text(System.String)
The text displayed in the shape.
Parameters
value - System.String
The value for Text