Show / Hide Table of Contents

Class ExcelDrawingBlipFillTile

A BLIP will be tiled to fill the available space

Inheritance
Object
ExcelDrawingBlipFillTile
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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
Nullable<eRectangleAlignment>

FlipMode

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

Declaration
public eTileFlipMode? FlipMode { get; set; }
Property Value
Type Description
Nullable<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
In this article
Back to top Generated by DocFX