Class ExcelDrawingGradientFillColor
Represents a color in the gradiant color list
Inheritance
System.Object
ExcelDrawingGradientFillColor
Inherited Members
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.Drawing.Style.Fill
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingGradientFillColor
Properties
Color
The color to use.
Declaration
public ExcelDrawingColorManager Color { get; set; }
Property Value
Type | Description |
---|---|
ExcelDrawingColorManager |
Position
The position of color in a range from 0-100%
Declaration
public double Position { get; }
Property Value
Type | Description |
---|---|
System.Double |