Table of Contents

TGradientStop.TGradientStop Constructor

Creates a new Gradient stop.

Syntax

Namespace: FlexCel.Core

public TGradientStop(Double aPosition, TExcelColor aColor)

Parameters

<-> Parameter Type Description
aPosition Double Position for the stop.
aColor TExcelColor Color for the stop.

See also