Class ExcelDrawingPatternFill
A pattern fill.
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing.Style.Fill
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingPatternFill : ExcelDrawingFillBase
Properties
BackgroundColor
Background color
Declaration
public ExcelDrawingColorManager BackgroundColor { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingColorManager |
ForegroundColor
Foreground color
Declaration
public ExcelDrawingColorManager ForegroundColor { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingColorManager |
PatternType
The preset pattern to use
Declaration
public eFillPatternStyle PatternType { get; set; }
Property Value
| Type | Description |
|---|---|
| eFillPatternStyle |
Style
The fillstyle, always PatternFill
Declaration
public override eFillStyle Style { get; }
Property Value
| Type | Description |
|---|---|
| eFillStyle |