Table of Contents

Class ExcelDrawingBlipFill

Namespace
OfficeOpenXml.Drawing.Style.Fill
Assembly
EPPlus.dll

A picture fill for a drawing

public class ExcelDrawingBlipFill : ExcelDrawingFillBase
Inheritance
ExcelDrawingBlipFill
Inherited Members

Properties

Effects

Blip fill effects

public ExcelDrawingBlipEffects Effects { get; }

Property Value

ExcelDrawingBlipEffects

Image

The image used in the fill operation.

public ExcelImage Image { get; }

Property Value

ExcelImage

SourceRectangle

The portion of the image to be used for the fill. Offset values are in percentage from the borders of the image

public ExcelDrawingRectangle SourceRectangle { get; }

Property Value

ExcelDrawingRectangle

Stretch

The image should be stretched to fill the target.

public bool Stretch { get; set; }

Property Value

bool

StretchOffset

Offset in percentage from the edge of the shapes bounding box. This property only apply when Stretch is set to true.
Stretch

public ExcelDrawingRectangle StretchOffset { get; }

Property Value

ExcelDrawingRectangle

Style

The type of fill

public override eFillStyle Style { get; }

Property Value

eFillStyle

Tile

The image should be tiled to fill the available space

public ExcelDrawingBlipFillTile Tile { get; }

Property Value

ExcelDrawingBlipFillTile