Kendo.Mvc.UI.Fluent.DiagramShapeFillGradientSettingsBuilder
Defines the fluent API for configuring DiagramShapeFillGradientSettings
Methods
Type(System.String)
The type of the gradient. The supported values are: linear or radial.
Parameters
value System.String
The value for Type
Radius(System.Double)
The radius of the radial gradient relative to the shape bounding box.
Parameters
value System.Double
The value for Radius
Stops(System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeFillGradientSettingsStopFactory<T,T>>)
The array of gradient color stops.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeFillGradientSettingsStopFactory>
The configurator for the stops setting.