Class ExcelVmlDrawingFill
Fill settings for a vml drawing
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.Vml
Assembly: EPPlus.dll
Syntax
public class ExcelVmlDrawingFill : XmlHelper
Properties
Color
The primary color used for filling the drawing.
Declaration
public ExcelVmlDrawingColor Color { get; }
Property Value
Type | Description |
---|---|
ExcelVmlDrawingColor |
GradientSettings
Gradient specific settings used when Style is set to Gradient or GradientRadial.
Declaration
public ExcelVmlDrawingGradientFill GradientSettings { get; }
Property Value
Type | Description |
---|---|
ExcelVmlDrawingGradientFill |
Opacity
Opacity for fill color 1. Spans 0-100%. Transparency is is 100-Opacity
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PatternPictureSettings
Image and pattern specific settings used when Style is set to Pattern, Tile or Frame.
Declaration
public ExcelVmlDrawingPictureFill PatternPictureSettings { get; }
Property Value
Type | Description |
---|---|
ExcelVmlDrawingPictureFill |
Recolor
Recolor with picture
Declaration
public bool Recolor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Rotate
Rotate fill with shape
Declaration
public bool Rotate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SecondColor
Fill color 2.
Declaration
public ExcelVmlDrawingColor SecondColor { get; }
Property Value
Type | Description |
---|---|
ExcelVmlDrawingColor |
SecondColorOpacity
Opacity for fill color 2. Spans 0-100% Transparency is is 100-Opacity
Declaration
public double SecondColorOpacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Style
The type of fill used in the vml drawing
Declaration
public eVmlFillType Style { get; set; }
Property Value
Type | Description |
---|---|
eVmlFillType |