Show / Hide Table of Contents

Class ExcelVmlDrawingFill

Fill settings for a vml drawing

Inheritance
object
XmlHelper
ExcelVmlDrawingFill
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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
bool

Rotate

Rotate fill with shape

Declaration
public bool Rotate { get; set; }
Property Value
Type Description
bool

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
double

Style

The type of fill used in the vml drawing

Declaration
public eVmlFillType Style { get; set; }
Property Value
Type Description
eVmlFillType
In this article
Back to top Generated by DocFX