PictureFillFormat
Overview
PictureFillFormat is a class in Aspose.Slides FOSS for .NET.
Inherits from: PVIObject, IPictureFillFormat, IFillParamSource.
Represents a picture fill style.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Dpi | int | Read/Write | |
PictureFillMode | PictureFillMode | Read/Write | |
Picture | ISlidesPicture | Read | Provides access to the image used for the fill |
CropLeft | float | Read/Write | Defines the left cropping amount of the picture as a proportion |
CropTop | float | Read/Write | |
CropRight | float | Read/Write | |
CropBottom | float | Read/Write | |
StretchOffsetLeft | float | Read/Write | Sets the left offset when stretching the picture |
StretchOffsetTop | float | Read/Write | Sets the top offset when stretching the picture |
StretchOffsetRight | float | Read/Write | Sets the right offset when stretching the picture |
StretchOffsetBottom | float | Read/Write | Sets the bottom offset when stretching the picture |
TileOffsetX | float | Read/Write | Moves the tiled picture horizontally by the given offset |
TileOffsetY | float | Read/Write | Moves the tiled picture vertically by the given offset |
TileScaleX | float | Read/Write | Scales the tiled picture horizontally |
TileScaleY | float | Read/Write | Scales the tiled picture vertically |
TileAlignment | RectangleAlignment | Read/Write | Specifies the alignment of tiled pictures within the shape |
TileFlip | TileFlip | Read/Write | Defines flipping behavior (none, horizontal, vertical) for tiled pictures |