Enum ImageContentStretch
Defines options for stretching the image in the image cell.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public enum ImageContentStretch
Fields
| Name | Description |
|---|---|
| Absolute | Render the image in specified size(Pixel). |
| Fill | Stretches or shrinks the image to fit the cell size. |
| Uniform | Retains the image size. |