Show / Hide Table of Contents

Class CommentGradient

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

Constructors

CommentGradient()

Declaration
public CommentGradient()

Properties

Color1

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

Color2

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

DarkenPercentage

Declaration
public decimal? DarkenPercentage { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

GradientStops

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

LightenPercentage

Declaration
public decimal? LightenPercentage { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Reflected

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

Reverse

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

RotateWithShape

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

ShadingStyles

Declaration
public CommentGradientShadingStyles ShadingStyles { get; set; }
Property Value
Type Description
CommentGradientShadingStyles

SpreadsheetColor1

Declaration
public SpreadsheetColor SpreadsheetColor1 { get; set; }
Property Value
Type Description
SpreadsheetColor

SpreadsheetColor2

Declaration
public SpreadsheetColor SpreadsheetColor2 { get; set; }
Property Value
Type Description
SpreadsheetColor

TransparencyFrom

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

TransparencyTo

Declaration
public decimal TransparencyTo { get; set; }
Property Value
Type Description
System.Decimal
Back to top Generated by DocFX