Class ExcelDxfFill
- Namespace
- OfficeOpenXml.Style.Dxf
- Assembly
- EPPlus.dll
A fill in a differential formatting record
public class ExcelDxfFill : DxfStyleBase
- Inheritance
-
ExcelDxfFill
- Inherited Members
Properties
BackgroundColor
The background color
public ExcelDxfColor BackgroundColor { get; }
Property Value
Gradient
Gradient fill settings
public ExcelDxfGradientFill Gradient { get; }
Property Value
HasValue
If the object has any properties set
public override bool HasValue { get; }
Property Value
PatternColor
The color of the pattern
public ExcelDxfColor PatternColor { get; }
Property Value
PatternType
The pattern tyle
public ExcelFillStyle? PatternType { get; set; }
Property Value
Style
Fill style for a differential style record
public eDxfFillStyle Style { get; set; }
Property Value
Methods
Clear()
Clears the fill
public override void Clear()