Share via


MapControl.IsZoomGestureEnabled property

[This documentation is preliminary and is subject to change.]

Gets or sets a value that indicates if the zoom gesture is recognized on the map.

Syntax

public bool IsZoomGestureEnabled { get; set; }
Public Property IsZoomGestureEnabled As Boolean
public:
property bool IsZoomGestureEnabled { 
   bool get();
   void set (bool value);
}

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

true if the zoom gesture is recognized on the map; otherwise, false.

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.UI.Xaml.Controls.Maps Windows::UI::Xaml::Controls::Maps [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

MapControl