FillPictureType Enumeration
|
Represents the different types of fill pictures that can be applied to a shape or object.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum FillPictureType
Public Enumeration FillPictureType
public enum class FillPictureType
Members
|
Member name
|
Value
|
Description
|
|
Stretch
|
0
|
Stretches the image to fit the dimensions of the shape, potentially distorting the image.
|
|
Stack
|
1
|
Tiles the image across the shape without resizing, repeating the image as needed.
///
|
|
StackAndScale
|
2
|
Tiles the image across the shape, resizing the image to fit the shape's dimensions while maintaining its aspect ratio.
|
See Also