[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ILinearGradient

Interface ILinearGradient

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

Represents the ILinearGradient object that transitions through a series of colors in a linear manner along a specific angle.

public interface ILinearGradient

Properties

ColorStops

Returns the IColorStopsfor the ILinearGradient object (read-only).

IColorStops ColorStops { get; }

Property Value

IColorStops

Degree

Gets or sets the angle of the linear gradient fill within a selection (read or write).

double Degree { get; set; }

Property Value

double