windowsforms-devexpress-dot-xtraeditors-79116973.md
Exposes members that specify how a tile item glyph is arranged relative to text content.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public enum TileControlImageToTextAlignment
Public Enum TileControlImageToTextAlignment
| Name | Description |
|---|---|
Default |
Acts as the TileControlImageToTextAlignment.None value disabling an image-to-text grouping.
|
| None |
Disables image-to-text grouping.
|
| Top |
Aligns text according to the TileItem.ImageAlignment and places the icon above it.
|
| Left |
Aligns text according to the TileItem.ImageAlignment and places the icon to the left.
|
| Right |
Aligns text according to the TileItem.ImageAlignment and places the icon to the right.
|
| Bottom |
Aligns text according to the TileItem.ImageAlignment and places the icon below it.
|
The following properties accept/return TileControlImageToTextAlignment values:
See Also