Show / Hide Table of Contents

Class ExcelDrawingPatternFill

A pattern fill.

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