Class ZoomGroupingGrid.ImageMode
Defines the constants that specify the types of Image mode while zooming a cell.
Inheritance
System.Object
ZoomGroupingGrid.ImageMode
Namespace: Syncfusion.GridHelperClasses.Zoom
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public sealed class ImageMode : Enum
Fields
Ellipse
Magnifies the grid with an ellipse shape according to the size.
Declaration
public const ZoomGroupingGrid.ImageMode Ellipse
Field Value
| Type |
|---|
| ZoomGroupingGrid.ImageMode |
Rectangle
Magnifies the grid with a rectangle shape according to the size.
Declaration
public const ZoomGroupingGrid.ImageMode Rectangle
Field Value
| Type |
|---|
| ZoomGroupingGrid.ImageMode |