windowsforms-devexpress-dot-xtranavbar-dot-navbarcustomdrawhinteventargs.md
Gets the painted hint’s appearance settings.
Namespace : DevExpress.XtraNavBar
Assembly : DevExpress.XtraNavBar.v25.2.dll
NuGet Package : DevExpress.Win
public AppearanceObject Appearance { get; }
Public ReadOnly Property Appearance As AppearanceObject
| Type | Description |
|---|---|
| AppearanceObject |
A AppearanceObject object which provides the painted hint’s appearance settings.
|
The Appearance property can be used in a number of ways:
For more information on appearances, see the Appearances document.
See Also
NavBarCustomDrawHintEventArgs Class