Class ExcelDrawingGradientFill
- Namespace
- OfficeOpenXml.Drawing.Style.Fill
- Assembly
- EPPlus.dll
A gradient fill. This fill gradual transition from one color to the next.
public class ExcelDrawingGradientFill : ExcelDrawingFillBase
- Inheritance
-
ExcelDrawingGradientFill
- Inherited Members
Properties
Colors
A list of colors and their positions in percent used to generate the gradiant fill
public ExcelDrawingGradientFillColorList Colors { get; }
Property Value
FocusPoint
The focuspoint when ShadePath is set to a non linear value. This property is set to null if ShadePath is set to Linear
public ExcelDrawingRectangle FocusPoint { get; }
Property Value
LinearSettings
Linear gradient settings. This property is set to null if ShadePath is set to Linear
public ExcelDrawingGradientFillLinearSettings LinearSettings { get; }
Property Value
RotateWithShape
If the fill rotates along with shape.
public bool RotateWithShape { get; set; }
Property Value
ShadePath
Specifies the shape of the path to follow
public eShadePath ShadePath { get; set; }
Property Value
Style
The fill style.
public override eFillStyle Style { get; }
Property Value
TileFlip
The direction(s) in which to flip the gradient while tiling
public eTileFlipMode TileFlip { get; set; }