Show / Hide Table of Contents

Class GradientFill

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

Constructors

GradientFill()

Declaration
public GradientFill()

Properties

Angle

Declaration
public int Angle { get; set; }
Property Value
Type Description
System.Int32

GradientStops

Declaration
public List<GradientStop> GradientStops { get; }
Property Value
Type Description
List<GradientStop>

RotateWithShape

Declaration
public bool RotateWithShape { get; set; }
Property Value
Type Description
System.Boolean

Type

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

Methods

Equals(GradientFill)

Declaration
protected bool Equals(GradientFill other)
Parameters
Type Name Description
GradientFill 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

SetDirection(GradientDirection)

Declaration
public void SetDirection(GradientDirection direction)
Parameters
Type Name Description
GradientDirection direction
Back to top Generated by DocFX