Table of Contents

Class ExcelDxfGradientFillColor

Namespace
OfficeOpenXml.Style.Dxf
Assembly
EPPlus.dll

Represents a position of a color in a gradient list for differencial styles.

public class ExcelDxfGradientFillColor : DxfStyleBase
Inheritance
ExcelDxfGradientFillColor
Inherited Members

Properties

Color

The color to use at the position

public ExcelDxfColor Color { get; }

Property Value

ExcelDxfColor

HasValue

If the object has any properties set

public override bool HasValue { get; }

Property Value

bool

Position

The position of the color

public double Position { get; }

Property Value

double

Methods

Clear()

Clears all colors

public override void Clear()