Skip to main content

TileControlImageToTextAlignment Enum

Exposes members that specify how a tile item glyph is arranged relative to text content.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum TileControlImageToTextAlignment

Members

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.

Related API Members

The following properties accept/return TileControlImageToTextAlignment values:

See Also