Skip to main content
A newer version of this page is available. .

MapControl.ActualZoomTrackbarOptions Property

Gets the actual value for the Zoom Trackbar options of the MapControl object.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

[NonCategorized]
public ZoomTrackbarOptions ActualZoomTrackbarOptions { get; }

Property Value

Type Description
ZoomTrackbarOptions

A ZoomTrackbarOptions object.

See Also