Show / Hide Table of Contents

Class ExcelDrawingPatternFill

A pattern fill.

Inheritance
System.Object
ExcelDrawingFillBase
ExcelDrawingPatternFill
Inherited Members
ExcelDrawingFillBase.CheckTypeChange(String)
ExcelDrawingFillBase._xml
ExcelDrawingFillBase._topNode
ExcelDrawingFillBase._nsm
ExcelDrawingFillBase._fillPath
ExcelDrawingFillBase.InitXml(XmlNamespaceManager, XmlNode, String)
ExcelDrawingFillBase.CreateXmlHelper()
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
Overrides
ExcelDrawingFillBase.Style
Back to top Generated by DocFX