GradientStyle property (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

GradientStyleConstants GradientStyle

Overview

Refer to Gradients and Patterns.

Remarks

(Persistent property, available at design time) Specifies the style of a gradient color for use when you implement a transitional paint effect.

A gradient color starts as one color and ends as another, with the specified number of transitional colors from start to end. Related properties work together as follows:

image\sqrblit.gif GradientStyle specifies the style.

image\sqrblit.gif GradientStartColor specifies the starting color.

image\sqrblit.gif GradientEndColor specifies the ending color.

image\sqrblit.gif GradientSteps specifies the number of colors from start to end.

For possible values of the GradientStyle property, refer to Gradients.

See Also

Topics:

Raster Images: Implementing Special Effects

 

Raster Images: Drawing on a Bitmap

 

Working with the Control: Client Area Usage