Class ImageContentStretch
Defines options for stretching the image in the image cell.
Inheritance
System.Object
ImageContentStretch
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class ImageContentStretch : Enum
Fields
Absolute
Render the image in specified size(Pixel).
Declaration
public const ImageContentStretch Absolute
Field Value
Type |
---|
ImageContentStretch |
Fill
Stretches or shrinks the image to fit the cell size.
Declaration
public const ImageContentStretch Fill
Field Value
Type |
---|
ImageContentStretch |
Uniform
Retains the image size.
Declaration
public const ImageContentStretch Uniform
Field Value
Type |
---|
ImageContentStretch |