Enum GridImageSizeMode
Defines the scaling of images in a cell.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum GridImageSizeMode
Fields
| Name | Description |
|---|---|
| AutoSize | Make same size as cell but keep height / width ratio proportionally. |
| CenterImage | Center in cell. |
| Normal | Don't scale. |
| StretchImage | Make same size as cell. |