end

Gets or sets the end point of the gradient.

Parameters

end Array|kendo.geometry.PointThe end point of the gradient.

Coordinates are relative to the shape bounding box. For example [0, 0] is top left and [1, 1] is bottom right.

Returnskendo.geometry.Point The current end point of the gradient.

In this article