Table of Contents

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

ExcelDrawingColorManager

ForegroundColor

Foreground color

public ExcelDrawingColorManager ForegroundColor { get; }

Property Value

ExcelDrawingColorManager

PatternType

The preset pattern to use

public eFillPatternStyle PatternType { get; set; }

Property Value

eFillPatternStyle

Style

The fillstyle, always PatternFill

public override eFillStyle Style { get; }

Property Value

eFillStyle