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