GradientStop class

GradientStop class

Represents the gradient stop.

The GradientStop type exposes the following members:

Constructors

Constructor Description
GradientStop()

Properties

Property Description
position The position of the stop.
color Gets the color of this gradient stop.
transparency Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

Methods

Method Description
clone() Creates deep copy of this instance.

See Also