XpsGradientStop class

XpsGradientStop class

Class incapsulating GradientStop element features.
This element is used by both the LinearGradientBrush and RadialGradientBrush elements to define
the location and range of color progression for rendering a gradient.

Inheritance: XpsGradientStopXpsObject

The XpsGradientStop type exposes the following members:

Properties

NameDescription
colorThe gradient stop color.
offsetReturns/sets the gradient offset. The offset indicates a point along the progression of
the gradient at which a color is specified. Colors between gradient offsets in
the progression are interpolated.

Methods

NameDescription
clone()Clones this gradient stop.

See Also