Show / Hide Table of Contents

Class ExcelDxfGradientFillColor

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

Inheritance
System.Object
DxfStyleBase
ExcelDxfGradientFillColor
Inherited Members
DxfStyleBase.SetValuesFromXml(XmlHelper)
DxfStyleBase.SetValueColor(XmlHelper, String, ExcelDxfColor)
DxfStyleBase.SetValueEnum(XmlHelper, String, Enum)
DxfStyleBase.SetValue(XmlHelper, String, Object)
DxfStyleBase.SetValue(XmlHelper, String, String)
DxfStyleBase.SetValueBool(XmlHelper, String, Nullable<Boolean>)
DxfStyleBase.GetAsString(Object)
DxfStyleBase.AllowChange
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.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
System.Boolean
Overrides
DxfStyleBase.HasValue

Id

Declaration
protected override string Id { get; }
Property Value
Type Description
System.String
Overrides
DxfStyleBase.Id

Position

The position of the color

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

Methods

Clear()

Clears all colors

Declaration
public override void Clear()
Overrides
DxfStyleBase.Clear()

Clone()

Declaration
protected override DxfStyleBase Clone()
Returns
Type Description
DxfStyleBase
Overrides
DxfStyleBase.Clone()

CreateNodes(XmlHelper, String)

Declaration
protected override void CreateNodes(XmlHelper helper, string path)
Parameters
Type Name Description
XmlHelper helper
System.String path
Overrides
DxfStyleBase.CreateNodes(XmlHelper, String)
Back to top Generated by DocFX