Back to Devexpress

NavigationPanelOptions.ShowZoomTrackbar Property

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

latest1.5 KB
Original Source

NavigationPanelOptions.ShowZoomTrackbar Property

Gets or sets a value indicating whether or not the Zoom Trackbar should be displayed.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(true)]
public bool ShowZoomTrackbar { get; set; }
vb
<DefaultValue(True)>
Public Property ShowZoomTrackbar As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to show the Zoom Trackbar; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowZoomTrackbar
MapControl

.NavigationPanelOptions .ShowZoomTrackbar

|

See Also

NavigationPanelOptions Class

NavigationPanelOptions Members

DevExpress.XtraMap Namespace