Skip to main content

TileItem.ImageToTextIndent Property

Gets or sets the distance between the tile item’s glyph and text when grouped. This property is now obsolete. Use the TileItemElement.ImageToTextIndent property instead.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(6)]
[DXCategory("Appearance")]
public int ImageToTextIndent { get; set; }

Property Value

Type Default Description
Int32 6

An Int32 value that specifies the distance between the tile item’s glyph and text when grouped.

Remarks

Since a tile item can have multiple icons provided via the TileItem.Elements collection, the ImageToTextIndent property is applied to a grouped glyph and text in the first collection item only. For this reason, we recommend using the TileItemElement.ImageToTextAlignment property rather than the ImageToTextIndent property to be able to customize all tile elements.

See Also