Class ExcelDxfGradientFill
- Namespace
- OfficeOpenXml.Style.Dxf
- Assembly
- EPPlus.dll
Represents a gradient fill used for differential style formatting.
public class ExcelDxfGradientFill : DxfStyleBase
- Inheritance
-
ExcelDxfGradientFill
- Inherited Members
Properties
Bottom
The bottom position of the inner rectangle (color 1).
public double? Bottom { get; set; }
Property Value
Colors
A collection of colors and percents for the gradient fill
public ExcelDxfGradientFillColorCollection Colors { get; }
Property Value
Degree
Angle of the linear gradient
public double? Degree { get; set; }
Property Value
GradientType
Type of gradient fill
public eDxfGradientFillType? GradientType { get; set; }
Property Value
HasValue
If the object has any properties set
public override bool HasValue { get; }
Property Value
Left
The left position of the inner rectangle (color 1).
public double? Left { get; set; }
Property Value
Right
The right position of the inner rectangle (color 1).
public double? Right { get; set; }
Property Value
Top
The top position of the inner rectangle (color 1).
public double? Top { get; set; }
Property Value
Methods
Clear()
Clears all properties
public override void Clear()