Table of Contents

TExcelRectangularGradient Class

A rectangular gradient used for filling a background.

Syntax

Namespace: FlexCel.Core

public class TExcelRectangularGradient: TExcelGradient

Constructors

Methods

Name Description
Equals Returns true if both classes contain the same gradient.
GetHashCode Returns the hashcode for this object.

Properties

Name Description
Top 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.
Left 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.
Bottom 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.
Right 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.