Table of Contents

Class ExcelDxfFill

Namespace
OfficeOpenXml.Style.Dxf
Assembly
EPPlus.dll

A fill in a differential formatting record

public class ExcelDxfFill : DxfStyleBase
Inheritance
ExcelDxfFill
Inherited Members

Properties

BackgroundColor

The background color

public ExcelDxfColor BackgroundColor { get; }

Property Value

ExcelDxfColor

Gradient

Gradient fill settings

public ExcelDxfGradientFill Gradient { get; }

Property Value

ExcelDxfGradientFill

HasValue

If the object has any properties set

public override bool HasValue { get; }

Property Value

bool

PatternColor

The color of the pattern

public ExcelDxfColor PatternColor { get; }

Property Value

ExcelDxfColor

PatternType

The pattern tyle

public ExcelFillStyle? PatternType { get; set; }

Property Value

ExcelFillStyle?

Style

Fill style for a differential style record

public eDxfFillStyle Style { get; set; }

Property Value

eDxfFillStyle

Methods

Clear()

Clears the fill

public override void Clear()