[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.GradientStop

GradientStop Struct

Represents the gradient stop.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public struct GradientStop : IEquatable<GradientStop>, IComparer<GradientStop>
Public Structure GradientStop
    Implements IEquatable(Of GradientStop), IComparer(Of GradientStop)

Constructors

Name Description
GradientStop(double, Color)

Initializes a new instance of the GradientStop struct.

Properties

Name Description
Color

Gets the color of this gradient stop.

Position

Gets the position information for this gradient stop.

Methods

Name Description
Equals(GradientStop)

Determines whether the specified object is equal to this instance.

Equals(object)

Determines whether the specified object is equal to this instance.

GetHashCode()

Returns a hash code for this instance.