Back to Devexpress

NavigationPanelOptions.ZoomingStep Property

windowsforms-devexpress-dot-xtramap-dot-navigationpaneloptions-a68ec28e.md

latest1.4 KB
Original Source

NavigationPanelOptions.ZoomingStep Property

Gets or sets the zoom step used by the map navigation panel’s trackbar.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(1)]
public double ZoomingStep { get; set; }
vb
<DefaultValue(1)>
Public Property ZoomingStep As Double

Property Value

TypeDefaultDescription
Double1

A value that specifies a zoom step for the trackbar.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ZoomingStep
MapControl

.NavigationPanelOptions .ZoomingStep

|

See Also

NavigationPanelOptions Class

NavigationPanelOptions Members

DevExpress.XtraMap Namespace