IPictureFillFormat
Overview
IPictureFillFormat is a interface in Aspose.Slides FOSS for .NET.
Represents a picture fill style.
Properties: CropBottom, CropLeft, CropRight, CropTop, Dpi, Picture, and 11 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Dpi | int | Read/Write | Returns or sets the dpi which is used to fill a picture. |
PictureFillMode | PictureFillMode | Read/Write | Returns or sets the picture fill mode. |
Picture | ISlidesPicture | Read | Returns the picture. |
CropLeft | float | Read/Write | Returns or sets the number of percents of real image width that are cropped off the left of the picture. |
CropTop | float | Read/Write | Returns or sets the number of percents of real image height that are cropped off the top of the picture. |
CropRight | float | Read/Write | Returns or sets the number of percents of real image width that are cropped off the right of the picture. |
CropBottom | float | Read/Write | Returns or sets the number of percents of real image height that are cropped off the bottom of the picture. |
StretchOffsetLeft | float | Read/Write | Returns or sets left edge of the fill rectangle defined by a percentage offset from the left edge of the shape’s bounding box. |
StretchOffsetTop | float | Read/Write | Returns or sets top edge of the fill rectangle defined by a percentage offset from the top edge of the shape’s bounding box. |
StretchOffsetRight | float | Read/Write | Returns or sets right edge of the fill rectangle defined by a percentage offset from the right edge of the shape’s bounding box. |
StretchOffsetBottom | float | Read/Write | Returns or sets bottom edge of the fill rectangle defined by a percentage offset from the bottom edge of the shape’s bounding box. |
TileOffsetX | float | Read/Write | Returns or sets the horizontal offset of the texture from the shape’s origin in points. |
TileOffsetY | float | Read/Write | Returns or sets the vertical offset of the texture from the shape’s origin in points. |
TileScaleX | float | Read/Write | Returns or sets the horizontal scale for the texture fill as a percentage. |
TileScaleY | float | Read/Write | Returns or sets the vertical scale for the texture fill as a percentage. |
TileAlignment | RectangleAlignment | Read/Write | Returns or sets how the texture is aligned within the shape. |
TileFlip | TileFlip | Read/Write | Flips the texture tile around its horizontal, vertical or both axis. |