Class ImageContentAlignment
Defines the alignment options for text in text image cells.
Inheritance
System.Object
ImageContentAlignment
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class ImageContentAlignment : Enum
Fields
Center
Image appears at center of the cell. But, this alignment is not applicable to the ErrorContentAlignment of GridCell.
Declaration
public const ImageContentAlignment Center
Field Value
Type |
---|
ImageContentAlignment |
Left
Image appears before the cell content.
Declaration
public const ImageContentAlignment Left
Field Value
Type |
---|
ImageContentAlignment |
Right
Image appears after the cell content.
Declaration
public const ImageContentAlignment Right
Field Value
Type |
---|
ImageContentAlignment |