Table of Contents

Class ExcelVmlDrawingPictureFill

Namespace
OfficeOpenXml.Drawing.Vml
Assembly
EPPlus.dll

Fill settings for a vml pattern or picture fill

public class ExcelVmlDrawingPictureFill : XmlHelper
Inheritance
ExcelVmlDrawingPictureFill
Inherited Members

Properties

AspectRatio

The aspect ratio

public eVmlAspectRatio AspectRatio { get; set; }

Property Value

eVmlAspectRatio

Image

The image is used when Style is set to Pattern, Tile or Frame.

public ExcelImage Image { get; }

Property Value

ExcelImage

Origin

A string representing the pictures Origin

public string Origin { get; set; }

Property Value

string

Position

A string representing the pictures position

public string Position { get; set; }

Property Value

string

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

Size

A string representing the pictures Size. For Example: 0,0

public string Size { get; set; }

Property Value

string

Title

The title for the fill

public string Title { get; set; }

Property Value

string