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
Image
The image used in the fill operation.
public ExcelImage Image { get; }
Property Value
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
Stretch
The image should be stretched to fill the target.
public bool Stretch { get; set; }
Property Value
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
Style
The type of fill
public override eFillStyle Style { get; }
Property Value
Tile
The image should be tiled to fill the available space
public ExcelDrawingBlipFillTile Tile { get; }