Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileControlImageToTextAlignment Enum

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.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