PictureFillFormat

PictureFillFormat

Overview

PictureFillFormat is a class in Aspose.Slides FOSS for .NET. Inherits from: PVIObject, IPictureFillFormat, IFillParamSource.

Represents a picture fill style.

Properties

NameTypeAccessDescription
DpiintRead/Write
PictureFillModePictureFillModeRead/Write
PictureISlidesPictureReadProvides access to the image used for the fill
CropLeftfloatRead/WriteDefines the left cropping amount of the picture as a proportion
CropTopfloatRead/Write
CropRightfloatRead/Write
CropBottomfloatRead/Write
StretchOffsetLeftfloatRead/WriteSets the left offset when stretching the picture
StretchOffsetTopfloatRead/WriteSets the top offset when stretching the picture
StretchOffsetRightfloatRead/WriteSets the right offset when stretching the picture
StretchOffsetBottomfloatRead/WriteSets the bottom offset when stretching the picture
TileOffsetXfloatRead/WriteMoves the tiled picture horizontally by the given offset
TileOffsetYfloatRead/WriteMoves the tiled picture vertically by the given offset
TileScaleXfloatRead/WriteScales the tiled picture horizontally
TileScaleYfloatRead/WriteScales the tiled picture vertically
TileAlignmentRectangleAlignmentRead/WriteSpecifies the alignment of tiled pictures within the shape
TileFlipTileFlipRead/WriteDefines flipping behavior (none, horizontal, vertical) for tiled pictures

See Also