Map::SupportedManipulations Property
Bing
Gets or sets the current set of supported two-dimensional (2-D) manipulations.
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
public: property Manipulations2D SupportedManipulations { Manipulations2D get(); void set(Manipulations2D value); }
Property Value
Type: System.Windows.Input.Manipulations::Manipulations2DThe default value is Manipulations2D.All. This value provides all available manipulations. You can turn manipulations on and off with a mask. For example, setting this property to Manipulations2D.Scale|Manipulations2D.Translate turns off rotation because Manipulations2D.Rotation is not included in the mask.
Show: