New to KendoReactStart a free 30-day trial

An abstract base class representing common members of all drawing elements.

Definition

Package:@progress/kendo-drawing

Properties

The color stops of the gradient.

Methods

Adds a color stop to the gradient.

The color can be in any of the following formats:

| Format | Description | --- | --- | --- | red | The basic or extended CSS color name | #ff0000 | The Hex RGB value | rgb(255, 0, 0) | The RGB value

Specifying 'none', 'transparent', or ' ' (an empty string) clears the fill.

Parameters:offsetnumber

The stop offset from the start of the element. Ranges from zero (the start of the gradient) to one (the end of the gradient).

colorstring

The color of the stop.

opacitynumber

The fill opacity. Ranges from zero (completely transparent) to one (completely opaque).

Returns:

GradientStop

  • The new gradient color stop.

Removes a color stop from the gradient.

Parameters:stopGradientStop

The gradient color stop to remove.

In this article
DefinitionPropertiesstopsMethodsaddStopremoveStop
Not finding the help you need?
Contact Support