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
FlipMode
The direction(s) in which to flip the image.
public eTileFlipMode? FlipMode { get; set; }
Property Value
HorizontalOffset
The horizontal offset after alignment
public double HorizontalOffset { get; set; }
Property Value
HorizontalRatio
The ratio for horizontally scale
public double HorizontalRatio { get; set; }
Property Value
VerticalOffset
The vertical offset after alignment
public double VerticalOffset { get; set; }
Property Value
VerticalRatio
The ratio for vertically scale
public double VerticalRatio { get; set; }