Back to Devexpress

TileNavPane.Appearance Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpane-3d2a9a5d.md

latest3.3 KB
Original Source

TileNavPane.Appearance Property

Provides access to the appearance settings used to paint the TileNavPane and all buttons in the nav bar, when they are in the normal state.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public AppearanceObject Appearance { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property Appearance As AppearanceObject

Property Value

TypeDescription
AppearanceObject

The AppearanceObject object that contains the appearance settings.

|

Remarks

The Appearance property provides access to the appearance settings used to paint the TileNavPane. For instance, the TileNavPane.Appearance.BackColor property specifies the background color of the TileNavPane.

The Appearance property also affects the appearance settings common to all buttons of the nav bar when they are in the normal state. To override appearance settings for a particular button, use the NavElement.Appearance property.

To specify the appearance settings applied to tiles in drop-down tile bars, use the TileNavPaneDropDownOptions.AppearanceItem property, accessible via the TileNavPane.OptionsPrimaryDropDown, TileNavPane.OptionsSecondaryDropDown and TileNavElement.OptionsDropDown properties.

See Also

TileNavPane.AppearanceHovered

TileNavPane.AppearanceSelected

Appearance

NavElement.AppearanceHovered

NavElement.AppearanceSelected

TileNavPaneDropDownOptions.AppearanceItem

TileItem.AppearanceItem

TileNavPane Class

TileNavPane Members

DevExpress.XtraBars.Navigation Namespace