Class ExcelDxfGradientFillColor
- Namespace
- OfficeOpenXml.Style.Dxf
- Assembly
- EPPlus.dll
Represents a position of a color in a gradient list for differencial styles.
public class ExcelDxfGradientFillColor : DxfStyleBase
- Inheritance
-
ExcelDxfGradientFillColor
- Inherited Members
Properties
Color
The color to use at the position
public ExcelDxfColor Color { get; }
Property Value
HasValue
If the object has any properties set
public override bool HasValue { get; }
Property Value
Position
The position of the color
public double Position { get; }
Property Value
Methods
Clear()
Clears all colors
public override void Clear()