GradientBrush.GradientStops

Syntax

GradientStops: Array

Description

The GradientStops property sets a collection of transition points in a gradient.

Comments

A transition point in a gradient is an instance of the GradientStop class.

Example

The example of property use is given in description of the LinearGradientBrush constructor.

See also:

GradientBrush