Class ExcelDrawingBlipFillTile
A BLIP will be tiled to fill the available space
Inheritance
System.Object
    ExcelDrawingBlipFillTile
  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.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 | 
|---|---|
| System.Nullable<eRectangleAlignment> | 
FlipMode
The direction(s) in which to flip the image.
Declaration
public eTileFlipMode? FlipMode { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<eTileFlipMode> | 
HorizontalOffset
The horizontal offset after alignment
Declaration
public double HorizontalOffset { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
HorizontalRatio
The ratio for horizontally scale
Declaration
public double HorizontalRatio { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
VerticalOffset
The vertical offset after alignment
Declaration
public double VerticalOffset { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
VerticalRatio
The ratio for vertically scale
Declaration
public double VerticalRatio { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double |