Class ExcelDrawingBlipFillTile
A BLIP will be tiled to fill the available space
Inherited Members
Namespace: OfficeOpenXml.Drawing.Style.Fill
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingBlipFillTile
Properties
Alignment
Where to align the first tile with respect to the shape.
Declaration
public eRectangleAlignment? Alignment { get; set; }
Property Value
| Type | Description |
|---|---|
| eRectangleAlignment? |
FlipMode
The direction(s) in which to flip the image.
Declaration
public eTileFlipMode? FlipMode { get; set; }
Property Value
| Type | Description |
|---|---|
| eTileFlipMode? |
HorizontalOffset
The horizontal offset after alignment
Declaration
public double HorizontalOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
HorizontalRatio
The ratio for horizontally scale
Declaration
public double HorizontalRatio { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
VerticalOffset
The vertical offset after alignment
Declaration
public double VerticalOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
VerticalRatio
The ratio for vertically scale
Declaration
public double VerticalRatio { get; set; }
Property Value
| Type | Description |
|---|---|
| double |