Skip to main content
All docs
V24.1

TileCustomDrawEventArgs.Appearance Property

Gets appearance settings for the painted tile.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AppearanceObject Appearance { get; }

Property Value

Type Description
AppearanceObject

Appearance settings for the painted tile.

See Also