Table of Contents

TExcelRectangularGradient.TExcelRectangularGradient Constructor

Overloads

TExcelRectangularGradient.TExcelRectangularGradient

Creates a new TExcelRectangularGradient class.

Syntax

Namespace: FlexCel.Core

public TExcelRectangularGradient()

See also

TExcelRectangularGradient.TExcelRectangularGradient(TGradientStop[], Double, Double, Double, Double)

Creates a new rectangular gradient.

Syntax

Namespace: FlexCel.Core

public TExcelRectangularGradient(TGradientStop[] aStops, Double aTop, Double aLeft, Double aBottom, Double aRight)

Parameters

<-> Parameter Type Description
aStops TGradientStop[] Gradient stops.
aTop Double Top coordinate for the gradient. This value must be between 0 and 1, and specifies in percent where the first color of the gradient will be placed.
aLeft Double Left coordinate for the gradient. This value must be between 0 and 1, and specifies in percent where the first color of the gradient will be placed.
aBottom Double Bottom coordinate for the gradient. This value must be between 0 and 1, and specifies in percent where the last color of the gradient will be placed.
aRight Double Right coordinate for the gradient. This value must be between 0 and 1, and specifies in percent where the last color of the gradient will be placed.

See also