[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRectangularGradient

Interface IRectangularGradient

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

The IRectangularGradient object transitions through a series of colors in a linear manner along a specific angle.

public interface IRectangularGradient

Properties

Bottom

Gets or sets the point or vector that the gradient fill converges to (read or write).

double Bottom { get; set; }

Property Value

double

ColorStops

Returns the IRectangularGradient.ColorStops for the IRectangularGradient object (read-only).

IColorStops ColorStops { get; }

Property Value

IColorStops

Left

Gets or sets the point or vector that the gradient fill converges to (read or write).

double Left { get; set; }

Property Value

double

Right

Gets or sets the point or vector that the gradient fill converges to (read or write).

double Right { get; set; }

Property Value

double

Top

Gets or sets the point or vector that the gradient fill converges to (read or write).

double Top { get; set; }

Property Value

double