Skip to main content

ZoomTrackbarOptions.ZoomingStep Property

Gets or sets the zooming step used by the trackbar.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public double ZoomingStep { get; set; }

Property Value

Type Description
Double

A Double value specifying the zooming step.

Property Paths

You can access this nested property as listed below:

Object Type Path to ZoomingStep
MapControl
MapControl
.ZoomTrackbarOptions .ZoomingStep

Remarks

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

See Also