Skip to main content
A newer version of this page is available. .

TileControl.AppearanceItem Property

Provides access to appearance settings applied to all tile items within the current TileControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Appearance")]
public TileItemAppearances AppearanceItem { get; }

Property Value

Type Description
TileItemAppearances

An AppearanceObject that contains corresponding appearance settings.

Remarks

The AppearanceItem property provides appearance settings used to paint all TileItems within the current TileControl in all visual states. To override these default appearance settings for individual tile items, use the TileItem.AppearanceItem property.

Using these two properties, you can customize tile items’ appearance when in the hovered over, selected (see the TileControl.AllowSelectedItem topic) and regular state. This includes properties for customizing the background image, two background colors that can mix into a gradient fill and options to customize text, such as foreground color, font size and trimming.

See Also