Skip to main content

NavigationPanelOptions.BackgroundStyle Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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