Table of Contents

TDrawingGradientStop.TDrawingGradientStop Constructor

Creates a new Gradient stop.

Syntax

Namespace: FlexCel.Core

public TDrawingGradientStop(Double aPosition, TDrawingColor aColor)

Parameters

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

See also