Show / Hide Table of Contents

Class ExcelVmlDrawingPictureFill

Fill settings for a vml pattern or picture fill

Inheritance
object
XmlHelper
ExcelVmlDrawingPictureFill
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 ExcelVmlDrawingPictureFill : XmlHelper

Properties

AspectRatio

The aspect ratio

Declaration
public eVmlAspectRatio AspectRatio { get; set; }
Property Value
Type Description
eVmlAspectRatio

Image

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

Declaration
public ExcelImage Image { get; }
Property Value
Type Description
ExcelImage

Origin

A string representing the pictures Origin

Declaration
public string Origin { get; set; }
Property Value
Type Description
string

Position

A string representing the pictures position

Declaration
public string Position { get; set; }
Property Value
Type Description
string

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

Size

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

Declaration
public string Size { get; set; }
Property Value
Type Description
string

Title

The title for the fill

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