Show / Hide Table of Contents

Class ExcelVmlDrawingPictureFill

Inheritance
System.Object
XmlHelper
ExcelVmlDrawingPictureFill
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 ExcelVmlDrawingPictureFill : XmlHelper, IPictureContainer

Properties

AspectRatio

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 Image Image { get; set; }
Property Value
Type Description
System.Drawing.Image

Origin

A string representing the pictures Origin

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

Position

A string representing the pictures position

Declaration
public string Position { get; set; }
Property Value
Type Description
System.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
System.Double

Size

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

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

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX