New to Kendo UI for AngularStart a free 30-day trial

ShapeFillGradient

Defines the gradient fill of the shape. Used in the gradient property of ShapeFill.

NameTypeDefaultDescription

center?

[number, number]

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.

end?

[number, number]

The end point of the linear gradient. Coordinates are relative to the shape bounding box.

radius?

number

1

The radius of the radial gradient relative to the shape bounding box.

start?

[number, number]

The start point of the linear gradient. Coordinates are relative to the shape bounding box.

stops?

ShapeFillGradientStop[]

The array of gradient color stops.

type?

"linear" | "radial"

The type of the gradient. Supported values are "linear" and "radial". Default: "linear".

Not finding the help you need?
Contact Support