[]
        
(Showing Draft Content)

GrapeCity.Drawing.SchemeGradientStop

SchemeGradientStop Struct

Represents a gradient stop.

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

Constructors

Name Description
SchemeGradientStop(SchemeColor, double)

Initializes a new instance of the SchemeGradientStop struct.

Properties

Name Description
Color

Get the color of the gradient stop.

Position

Get or set the position of the gradient stop.

Methods

Name Description
Equals(SchemeGradientStop)

Indicates whether the current value is equal to another value of the same type.