Table of Contents

TDrawingGradientStop Structure

Represents one of the points in a Gradient definition for a drawing (autoshapes, charts, etc). Note that Excel cells use a different Gradient definition: TGradientStop

Syntax

Namespace: FlexCel.Core

public struct TDrawingGradientStop

Constructors

Name Description
TDrawingGradientStop Creates a new Gradient stop.

Methods

Name Description
CompareTo Overloaded
CompareTo(Object)
CompareTo(TDrawingGradientStop)
Equals Returns if this struct has the same values as other one.
GetHashCode Returns the hashcode for this struct.

Operators

Name Description
Equality Returns true if both gradient stops are equal.
Inequality Returns true if both gradient stops are different.
GreaterThan Returns true if o1 is bigger than o2.
LessThan Returns true if o1 is less than o2.

Properties

Name Description
Position This value must be between 0 and 1, and represents the position in the gradient where the Color in this structure is pure.
Color Color for this definition.