Class ExcelDrawingGradientFillColor
- Namespace
- OfficeOpenXml.Drawing.Style.Fill
- Assembly
- EPPlus.dll
Represents a color in the gradiant color list
public class ExcelDrawingGradientFillColor
- Inheritance
-
ExcelDrawingGradientFillColor
- Inherited Members
Constructors
ExcelDrawingGradientFillColor()
public ExcelDrawingGradientFillColor()
Properties
Color
The color to use.
public ExcelDrawingColorManager Color { get; set; }
Property Value
Position
The position of color in a range from 0-100%
public double Position { get; }