Inheritance
System.Object
CommentGradient
Assembly: DRIT.Spreadsheet.dll
public class CommentGradient : object
Constructors
Declaration
Properties
Declaration
public Color Color1 { get; set; }
Property Value
Declaration
public Color Color2 { get; set; }
Property Value
Declaration
public decimal? DarkenPercentage { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Declaration
public List<CommentGradientStop> GradientStops { get; }
Property Value
Declaration
public decimal? LightenPercentage { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Declaration
public bool Reflected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool Reverse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool RotateWithShape { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public CommentGradientShadingStyles ShadingStyles { get; set; }
Property Value
Declaration
public SpreadsheetColor SpreadsheetColor1 { get; set; }
Property Value
Declaration
public SpreadsheetColor SpreadsheetColor2 { get; set; }
Property Value
Declaration
public decimal TransparencyFrom { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public decimal TransparencyTo { get; set; }
Property Value
Type |
Description |
System.Decimal |
|