windowsforms-devexpress-dot-xtratreelist-dot-customdraweventargs.md
Gets the painted element’s appearance settings.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public virtual AppearanceObject Appearance { get; }
Public Overridable ReadOnly Property Appearance As AppearanceObject
| Type | Description |
|---|---|
| AppearanceObject |
A AppearanceObject object specifying the painted element’s appearance settings.
|
Each element within a Tree List is painted using specific appearance settings (background and foreground colors, gradient mode, font, text alignment, etc). Appearance settings are represented by AppearanceObject objects.
The Appearance property can be used in a number of ways:
See Also