MapControl.IsPanGestureEnabledProperty property

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

Identifies the IsPanGestureEnabled dependency property.

Syntax

public static DependencyProperty IsPanGestureEnabledProperty { get; }
Public Shared ReadOnly Property IsPanGestureEnabledProperty As DependencyProperty
public:
static property DependencyProperty^ IsPanGestureEnabledProperty { 
   DependencyProperty^ get();
}

Property value

Type: DependencyProperty

Is the identifier for the IsPanGestureEnabled dependency property.

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