Kendo.Mvc.UI.Fluent.DiagramShapeFillSettingsBuilder
Defines the fluent API for configuring the DiagramShapeFillSettings settings.
Methods
Color(System.String)
Defines the fill color of the shape.
Parameters
value System.String
The value that configures the color.
Opacity(System.Double)
Defines the fill opacity of the shape.
Parameters
value System.Double
The value that configures the opacity.
Gradient(System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeFillGradientSettingsBuilder<T,T>>)
Defines the gradient fill of the shape.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeFillGradientSettingsBuilder>
The action that configures the gradient.