Class ExcelDrawingPatternFill
A pattern fill.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.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 |