Class GradientStop
Inheritance
System.Object
GradientStop
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class GradientStop : object
Constructors
GradientStop()
Declaration
public GradientStop()
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
Position
Declaration
public double Position { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SpreadsheetColor
Declaration
public SpreadsheetColor SpreadsheetColor { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetColor |
Methods
Clone()
Declaration
public GradientStop Clone()
Returns
Type | Description |
---|---|
GradientStop |
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The System.Object to compare with the current System.Object. |
Returns
Type | Description |
---|---|
System.Boolean | true if the specified System.Object is equal to the current System.Object; otherwise, false. |
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | A hash code for the current System.Object. |