[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IGradientStops

IGradientStops Interface

Contains a collection of GradientStop objects.

Namespace: GrapeCity.Spreadsheet.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IGradientStops
Public Interface IGradientStops
Remarks

Gradients are a smooth transition from one color state to another. The endpoints of these sections are called stops.

Properties

Name Description
Count

Gets an integer value indicating the number of items in the IGradientStops collection.

this[int]

Gets a GradientStop object from a GradientStops collection.

Methods

Name Description
Delete(int)

Removes a gradient stop.

Insert(int, double, double, int, double)

Adds a stop to a gradient, and specifies the brightness, as well as the transparency, of the color.