Skip to main content

TileItemFrame.Appearance Property

Provides access to appearance settings for this TileItemFrame.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
AppearanceObject

An AppearanceObject that stores appearance settings for this TileItemFrame.

Remarks

To customize the entire TileItem appearance, use the TileItem.AppearanceItem property instead.

See Also