Class GridImageSizeMode
Defines the scaling of images in a cell.
Inheritance
System.Object
GridImageSizeMode
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridImageSizeMode : Enum
Fields
AutoSize
Make same size as cell but keep height / width ratio proportionally.
Declaration
public const GridImageSizeMode AutoSize
Field Value
| Type |
|---|
| GridImageSizeMode |
CenterImage
Center in cell.
Declaration
public const GridImageSizeMode CenterImage
Field Value
| Type |
|---|
| GridImageSizeMode |
Normal
Don't scale.
Declaration
public const GridImageSizeMode Normal
Field Value
| Type |
|---|
| GridImageSizeMode |
StretchImage
Make same size as cell.
Declaration
public const GridImageSizeMode StretchImage
Field Value
| Type |
|---|
| GridImageSizeMode |