[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IGradientStop

Interface IGradientStop

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

Represents one gradient stop.

public interface IGradientStop

Properties

Color

Gets a value that represents the color of the gradient stop (read-only).

IColorFormat Color { get; }

Property Value

IColorFormat

Position

Gets or sets a value that that represents the position of the gradient stop.

double Position { get; set; }

Property Value

double

Transparency

Gets or sets a value that represents the opacity of the gradient fill expressed as a percent (read or write).

double Transparency { get; set; }

Property Value

double