Back to Devexpress

ZoomTrackbarOptions.ZoomingStep Property

wpf-devexpress-dot-xpf-dot-map-dot-zoomtrackbaroptions-b9c35eab.md

latest1.6 KB
Original Source

ZoomTrackbarOptions.ZoomingStep Property

Gets or sets the zooming step used by the trackbar.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public double ZoomingStep { get; set; }
vb
Public Property ZoomingStep As Double

Property Value

TypeDescription
Double

A Double value specifying the zooming step.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ZoomingStep
MapControl

.ActualZoomTrackbarOptions .ZoomingStep

| | MapControl |

.ZoomTrackbarOptions .ZoomingStep

|

Remarks

The value of this property should be larger than or equal to 0.

See Also

ZoomTrackbarOptions Class

ZoomTrackbarOptions Members

DevExpress.Xpf.Map Namespace