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
Image
The image is used when Style is set to Pattern, Tile or Frame.
public ExcelImage Image { get; }
Property Value
Origin
A string representing the pictures Origin
public string Origin { get; set; }
Property Value
Position
A string representing the pictures position
public string Position { get; set; }
Property Value
SecondColor
Fill color 2.
public ExcelVmlDrawingColor SecondColor { get; }
Property Value
SecondColorOpacity
Opacity for fill color 2. Spans 0-100% Transparency is is 100-Opacity
public double SecondColorOpacity { get; set; }
Property Value
Size
A string representing the pictures Size. For Example: 0,0
public string Size { get; set; }
Property Value
Title
The title for the fill
public string Title { get; set; }