IPictureFillFormat
Overview
IPictureFillFormat is a interface in Aspose.Slides FOSS for .NET.
Represents a picture fill style.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Dpi | int | Read/Write | Specifies the resolution of the picture fill in dots per inch |
PictureFillMode | PictureFillMode | Read/Write | Determines how the picture is applied (stretch, tile, etc.) |
Picture | ISlidesPicture | Read | Gets or sets the picture used for the fill |
CropLeft | float | Read/Write | Defines the fraction of the picture width cropped from the left side |
CropTop | float | Read/Write | Defines the fraction of the picture height cropped from the top side |
CropRight | float | Read/Write | |
CropBottom | float | Read/Write | |
StretchOffsetLeft | float | Read/Write | Specifies the left offset when stretching the picture fill |
StretchOffsetTop | float | Read/Write | Specifies the top offset when stretching the picture fill |
StretchOffsetRight | float | Read/Write | Specifies the right offset when stretching the picture fill |
StretchOffsetBottom | float | Read/Write | Specifies the bottom offset when stretching the picture fill |
TileOffsetX | float | Read/Write | Defines the horizontal offset of the tiled picture pattern |
TileOffsetY | float | Read/Write | Defines the vertical offset of the tiled picture pattern |
TileScaleX | float | Read/Write | Sets the horizontal scaling factor for the tiled picture |
TileScaleY | float | Read/Write | Sets the vertical scaling factor for the tiled picture |
TileAlignment | RectangleAlignment | Read/Write | Determines the alignment of the tiled picture within the shape |
TileFlip | TileFlip | Read/Write | Specifies the flip mode (none, X, Y, both) applied to the tiled picture |