Back to Devexpress

TileControlImageToTextAlignment Enum

windowsforms-devexpress-dot-xtraeditors-79116973.md

latest2.2 KB
Original Source

TileControlImageToTextAlignment Enum

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

Declaration

csharp
public enum TileControlImageToTextAlignment
vb
Public Enum TileControlImageToTextAlignment

Members

NameDescription
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

ImageToTextAlignment

Tile Item Structure

DevExpress.XtraEditors Namespace