GradientStop

GradientStop class

Represents the gradient stop.

Constructors

NameDescription
GradientStop

Properties

NameTypeDescription
PositionDoubleValueThe position of the stop.
ColorColorValueGets the color of this gradient stop.
TransparencyDoubleValueReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

Methods

NameDescription
deepCloneCreates deep copy of this instance.

GradientStop()

GradientStop.Position property

The position of the stop.

Type: DoubleValue

GradientStop.Color property

Gets the color of this gradient stop.

Type: ColorValue

GradientStop.Transparency property

Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

Type: DoubleValue

deepClone()

Creates deep copy of this instance.