Table of Contents

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

ExcelVmlDrawingColor

GradientSettings

Gradient specific settings used when Style is set to Gradient or GradientRadial.

public ExcelVmlDrawingGradientFill GradientSettings { get; }

Property Value

ExcelVmlDrawingGradientFill

Opacity

Opacity for fill color 1. Spans 0-100%. Transparency is is 100-Opacity

public double Opacity { get; set; }

Property Value

double

PatternPictureSettings

Image and pattern specific settings used when Style is set to Pattern, Tile or Frame.

public ExcelVmlDrawingPictureFill PatternPictureSettings { get; }

Property Value

ExcelVmlDrawingPictureFill

Recolor

Recolor with picture

public bool Recolor { get; set; }

Property Value

bool

Rotate

Rotate fill with shape

public bool Rotate { get; set; }

Property Value

bool

SecondColor

Fill color 2.

public ExcelVmlDrawingColor SecondColor { get; }

Property Value

ExcelVmlDrawingColor

SecondColorOpacity

Opacity for fill color 2. Spans 0-100% Transparency is is 100-Opacity

public double SecondColorOpacity { get; set; }

Property Value

double

Style

The type of fill used in the vml drawing

public eVmlFillType Style { get; set; }

Property Value

eVmlFillType