Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsFillSettingsBuilder
Defines the fluent API for configuring DiagramShapeDefaultsFillSettings
Methods
Color(System.String)
Defines the fill color of the shape.
Parameters
value System.String
The value for Color
Opacity(System.Double)
Defines the fill opacity of the shape.
Parameters
value System.Double
The value for Opacity
Gradient(System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsFillGradientSettingsBuilder<T,T>>)
Defines the gradient fill of the shape.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsFillGradientSettingsBuilder>
The configurator for the gradient setting.