Kendo.Mvc.UI.Fluent.DiagramShapeFillSettingsBuilder
Defines the fluent API for configuring DiagramShapeFillSettings
Methods
Center(System.Double[])
The center of the radial gradient.Coordinates are relative to the shape bounding box. For example [0, 0] is top left and [1, 1] is bottom right.
Parameters
value System.Double[]
The value that configures the center.
Start(System.Double[])
The start of the radial gradient.Coordinates are relative to the shape bounding box. For example [0, 0] is top left and [1, 1] is bottom right.
Parameters
value System.Double[]
The value that configures the start.
End(System.Double[])
The end of the radial gradient.Coordinates are relative to the shape bounding box. For example [0, 0] is top left and [1, 1] is bottom right.
Parameters
value System.Double[]
The value that configures the end.
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.DiagramShapeFillGradientSettingsBuilder<T,T>>)
Defines the gradient fill of the shape.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeFillGradientSettingsBuilder>
The configurator for the gradient setting.