Class ExcelVmlDrawingFill
- Namespace
- OfficeOpenXml.Drawing.Vml
- Assembly
- EPPlus.dll
Fill settings for a vml drawing
public class ExcelVmlDrawingFill : XmlHelper
- Inheritance
-
ExcelVmlDrawingFill
- Inherited Members
Properties
Color
The primary color used for filling the drawing.
public ExcelVmlDrawingColor Color { get; }
Property Value
GradientSettings
Gradient specific settings used when Style is set to Gradient or GradientRadial.
public ExcelVmlDrawingGradientFill GradientSettings { get; }
Property Value
Opacity
Opacity for fill color 1. Spans 0-100%. Transparency is is 100-Opacity
public double Opacity { get; set; }
Property Value
PatternPictureSettings
Image and pattern specific settings used when Style is set to Pattern, Tile or Frame.
public ExcelVmlDrawingPictureFill PatternPictureSettings { get; }
Property Value
Recolor
Recolor with picture
public bool Recolor { get; set; }
Property Value
Rotate
Rotate fill with shape
public bool Rotate { get; set; }
Property Value
SecondColor
Fill color 2.
public ExcelVmlDrawingColor SecondColor { get; }
Property Value
SecondColorOpacity
Opacity for fill color 2. Spans 0-100% Transparency is is 100-Opacity
public double SecondColorOpacity { get; set; }
Property Value
Style
The type of fill used in the vml drawing
public eVmlFillType Style { get; set; }