Class ExcelGradientFillXml
Xml access class for gradient fillsde
Inherited Members
Namespace: OfficeOpenXml.Style.XmlAccess
Assembly: EPPlus.dll
Syntax
public sealed class ExcelGradientFillXml : ExcelFillXml
Properties
Bottom
Percentage format bottom
Declaration
public double Bottom { get; }
Property Value
| Type | Description |
|---|---|
| double |
Degree
Angle of the linear gradient
Declaration
public double Degree { get; }
Property Value
| Type | Description |
|---|---|
| double |
GradientColor1
Gradient color 1
Declaration
public ExcelColorXml GradientColor1 { get; }
Property Value
| Type | Description |
|---|---|
| ExcelColorXml |
GradientColor2
Gradient color 2
Declaration
public ExcelColorXml GradientColor2 { get; }
Property Value
| Type | Description |
|---|---|
| ExcelColorXml |
Left
Percentage format left
Declaration
public double Left { get; }
Property Value
| Type | Description |
|---|---|
| double |
Right
Percentage format right
Declaration
public double Right { get; }
Property Value
| Type | Description |
|---|---|
| double |
Top
Percentage format top
Declaration
public double Top { get; }
Property Value
| Type | Description |
|---|---|
| double |
Type
Type of gradient fill.
Declaration
public ExcelFillGradientType Type { get; }
Property Value
| Type | Description |
|---|---|
| ExcelFillGradientType |