Show / Hide Table of Contents

Class ExcelDxfGradientFillColor

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

Inheritance
object
DxfStyleBase
ExcelDxfGradientFillColor
Inherited Members
DxfStyleBase.SetValueColor(XmlHelper, string, ExcelDxfColor)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Style.Dxf
Assembly: EPPlus.dll
Syntax
public class ExcelDxfGradientFillColor : DxfStyleBase

Properties

Color

The color to use at the position

Declaration
public ExcelDxfColor Color { get; }
Property Value
Type Description
ExcelDxfColor

HasValue

If the object has any properties set

Declaration
public override bool HasValue { get; }
Property Value
Type Description
bool
Overrides
DxfStyleBase.HasValue

Position

The position of the color

Declaration
public double Position { get; }
Property Value
Type Description
double

Methods

Clear()

Clears all colors

Declaration
public override void Clear()
Overrides
DxfStyleBase.Clear()
In this article
Back to top Generated by DocFX