[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GradientStop

GradientStop Class

Represents a transition point in a gradient.

Inheritance
GradientStop
Namespace: GrapeCity.Documents.Drawing
Assembly: DS.Documents.Imaging.dll
Syntax
public class GradientStop
Public Class GradientStop

Constructors

Name Description
GradientStop(Color, float)

Initializes a new instance of the GradientStop class.

Properties

Name Description
Color

Gets the color of this gradient stop.

Offset

Gets the location of this stop within the gradient vector. Valid values are from 0 (vector's start) to 1 (vector's end).