Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether to use the inertial animation effect during map navigation.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public bool UseInertia { get; set; }
public:
property bool UseInertia {
bool get();
void set(bool value);
}
member UseInertia : bool with get, set
Public Property UseInertia As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
The default value for UseInertia is false.
See Also
Map Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top