Enum eDxfGradientFillType
Type of gradient fill
Namespace: OfficeOpenXml.Style
Assembly: EPPlus.dll
Syntax
public enum eDxfGradientFillType
Fields
Name | Description |
---|---|
Linear | Linear gradient type. Linear gradient type means that the transition from one color to the next is along a line. |
Path | Path gradient type. Path gradient type means the that the transition from one color to the next is a rectangle, defined by coordinates. |