Table of Contents

Class ExcelDrawingBlipFillTile

Namespace
OfficeOpenXml.Drawing.Style.Fill
Assembly
EPPlus.dll

A BLIP will be tiled to fill the available space

public class ExcelDrawingBlipFillTile
Inheritance
ExcelDrawingBlipFillTile
Inherited Members

Properties

Alignment

Where to align the first tile with respect to the shape.

public eRectangleAlignment? Alignment { get; set; }

Property Value

eRectangleAlignment?

FlipMode

The direction(s) in which to flip the image.

public eTileFlipMode? FlipMode { get; set; }

Property Value

eTileFlipMode?

HorizontalOffset

The horizontal offset after alignment

public double HorizontalOffset { get; set; }

Property Value

double

HorizontalRatio

The ratio for horizontally scale

public double HorizontalRatio { get; set; }

Property Value

double

VerticalOffset

The vertical offset after alignment

public double VerticalOffset { get; set; }

Property Value

double

VerticalRatio

The ratio for vertically scale

public double VerticalRatio { get; set; }

Property Value

double