IPictureFillFormat

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

NameTypeAccessDescription
DpiintRead/WriteReturns or sets the dpi which is used to fill a picture.
PictureFillModePictureFillModeRead/WriteReturns or sets the picture fill mode.
PictureISlidesPictureReadReturns the picture.
CropLeftfloatRead/WriteReturns or sets the number of percents of real image width that are cropped off the left of the picture.
CropTopfloatRead/WriteReturns or sets the number of percents of real image height that are cropped off the top of the picture.
CropRightfloatRead/WriteReturns or sets the number of percents of real image width that are cropped off the right of the picture.
CropBottomfloatRead/WriteReturns or sets the number of percents of real image height that are cropped off the bottom of the picture.
StretchOffsetLeftfloatRead/WriteReturns or sets left edge of the fill rectangle defined by a percentage offset from the left edge of the shape’s bounding box.
StretchOffsetTopfloatRead/WriteReturns or sets top edge of the fill rectangle defined by a percentage offset from the top edge of the shape’s bounding box.
StretchOffsetRightfloatRead/WriteReturns or sets right edge of the fill rectangle defined by a percentage offset from the right edge of the shape’s bounding box.
StretchOffsetBottomfloatRead/WriteReturns or sets bottom edge of the fill rectangle defined by a percentage offset from the bottom edge of the shape’s bounding box.
TileOffsetXfloatRead/WriteReturns or sets the horizontal offset of the texture from the shape’s origin in points.
TileOffsetYfloatRead/WriteReturns or sets the vertical offset of the texture from the shape’s origin in points.
TileScaleXfloatRead/WriteReturns or sets the horizontal scale for the texture fill as a percentage.
TileScaleYfloatRead/WriteReturns or sets the vertical scale for the texture fill as a percentage.
TileAlignmentRectangleAlignmentRead/WriteReturns or sets how the texture is aligned within the shape.
TileFlipTileFlipRead/WriteFlips the texture tile around its horizontal, vertical or both axis.

See Also