Class ExcelDrawingGradientFillLinearSettings
- Namespace
- OfficeOpenXml.Drawing.Style.Fill
- Assembly
- EPPlus.dll
Settings specific for linear gradiant fills
public class ExcelDrawingGradientFillLinearSettings
- Inheritance
-
ExcelDrawingGradientFillLinearSettings
- Inherited Members
Properties
Angel
The direction of color change for the gradient.To define this angle, let its value be x measured clockwise.Then( -sin x, cos x) is a vector parallel to the line of constant color in the gradient fill.
public double Angel { get; set; }
Property Value
Scaled
If the gradient angle scales with the fill.
public bool Scaled { get; set; }