Back to Devexpress

NavBarAppearances.Background Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarappearances.md

latest1.7 KB
Original Source

NavBarAppearances.Background Property

Gets the appearance settings used to paint the NavBarControl’s background.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the NavBarControl’s background.

|

Remarks

The NavBarControl’s background can also be custom painted via the NavBarControl.CustomDrawBackground event.

For more information on appearances, see the Appearances topic.

See Also

GroupBackground

CustomDrawBackground

NavBarAppearances Class

NavBarAppearances Members

DevExpress.XtraNavBar Namespace