Class ExcelDrawingPatternFill
- Namespace
- OfficeOpenXml.Drawing.Style.Fill
- Assembly
- EPPlus.dll
A pattern fill.
public class ExcelDrawingPatternFill : ExcelDrawingFillBase
- Inheritance
-
ExcelDrawingPatternFill
- Inherited Members
Properties
BackgroundColor
Background color
public ExcelDrawingColorManager BackgroundColor { get; }
Property Value
ForegroundColor
Foreground color
public ExcelDrawingColorManager ForegroundColor { get; }
Property Value
PatternType
The preset pattern to use
public eFillPatternStyle PatternType { get; set; }
Property Value
Style
The fillstyle, always PatternFill
public override eFillStyle Style { get; }