Skip to main content
A newer version of this page is available. .
Bar

BarManagerAppearances.BarAppearance Property

Provides appearance settings used to paint bar item links within Bars in different visual states.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public StateAppearances BarAppearance { get; }

Property Value

Type Description
StateAppearances

A StateAppearances object that contains corresponding appearance options.

Remarks

You can define default appearance settings for bar item links displayed in bars, main menus and status bars within single or multiple forms via BarAndDockingControllers. This can be accomplished via the BarAppearance, BarManagerAppearances.MainMenuAppearance and BarManagerAppearances.StatusBarAppearance properties, available via the BarAndDockingController.AppearancesBar object.

The Bar.BarAppearance property allows you to override the default appearance settings for individual bars. To override appearance settings for individual bar item links, use the BarItem.ItemAppearance and BarItem.ItemInMenuAppearance properties.

Only the Font and ForeColor properties are in effect in skinning paint schemes. See Appearance and Look and Feel to learn more.

See Also