Show / Hide Table of Contents

Class GradientStop

Inheritance
System.Object
GradientStop
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public class GradientStop : object

Constructors

GradientStop()

Declaration
public GradientStop()

GradientStop(Decimal, DrawingColor)

Declaration
public GradientStop(decimal position, DrawingColor color)
Parameters
Type Name Description
System.Decimal position
DrawingColor color

Properties

Color

Declaration
public Color Color { get; set; }
Property Value
Type Description
Color

DrawingColor

Declaration
public DrawingColor DrawingColor { get; set; }
Property Value
Type Description
DrawingColor

Position

Declaration
public decimal Position { get; set; }
Property Value
Type Description
System.Decimal

Transparency

Declaration
public decimal Transparency { get; set; }
Property Value
Type Description
System.Decimal

Methods

Equals(GradientStop)

Declaration
protected bool Equals(GradientStop other)
Parameters
Type Name Description
GradientStop other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Back to top Generated by DocFX