GradientStop class

GradientStop class

Represents the gradient stop.

The GradientStop type exposes the following members:

Constructors

ConstructorDescription
GradientStop()

Properties

PropertyDescription
positionThe position of the stop.
colorGets the color of this gradient stop.
transparencyReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also