[]
Represents the image dimensions.
public enum SizingMode
Public Enum SizingMode
Name | Description |
---|---|
Custom | Displays the image according to a custom height and width. |
Fill | Fills the entire cell with the image, ignoring aspect ratio. |
Fit | Fits the image in the cell, maintaining the original aspect ratio. |
Original | Maintains the original image size, which may exceed the bounds of the cell. |