'Declaration
Public Enum SizingMode Inherits System.Enum
'Usage
Dim instance As SizingMode
public enum SizingMode : System.Enum
'Declaration
Public Enum SizingMode Inherits System.Enum
'Usage
Dim instance As SizingMode
public enum SizingMode : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.CalcEngine.SizingMode