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

NavigationPanelOptions.BackgroundStyle Property

Gets a style applied to the navigation panel’s background.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public BackgroundStyle BackgroundStyle { get; }

Property Value

Type Description
BackgroundStyle

A BackgroundStyle object, applied to the navigation panel’s background.

Property Paths

You can access this nested property as listed below:

Object Type Path to BackgroundStyle
MapControl
.NavigationPanelOptions.BackgroundStyle
See Also