Back to Devexpress

NavBarGetHintEventArgs.Appearance Property

windowsforms-devexpress-dot-xtranavbar-dot-navbargethinteventargs.md

latest1.5 KB
Original Source

NavBarGetHintEventArgs.Appearance Property

Gets the appearance settings used to paint the hint.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public AppearanceObject Appearance { get; }
vb
Public ReadOnly Property Appearance As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the hint.

|

Remarks

Use this property to apply custom appearance settings to individual hints. For more information on appearances see the Appearances document.

See Also

Appearances

NavBarGetHintEventArgs Class

NavBarGetHintEventArgs Members

DevExpress.XtraNavBar Namespace