Skip to main content

NavigationPanelOptions.ScaleStyle Property

Provides access to the style settings of the navigation panel scale.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public TextElementStyle ScaleStyle { get; }

Property Value

Type Description
TextElementStyle

A TextElementStyle object that contains style settings to customize the navigation panel scale.

Property Paths

You can access this nested property as listed below:

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