Enum ImageContentAlignment
Defines the alignment options for text in text image cells.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public enum ImageContentAlignment
Fields
| Name | Description |
|---|---|
| Center | Image appears at center of the cell. But, this alignment is not applicable to the ErrorContentAlignment of GridCell. |
| Left | Image appears before the cell content. |
| Right | Image appears after the cell content. |