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
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
In this article
Back to top Generated by DocFX