From c598a27909bc85e2647b3666b2b5be6103958832 Mon Sep 17 00:00:00 2001 From: David Britch Date: Mon, 9 Oct 2023 10:58:46 +0100 Subject: [PATCH] Add GetPosition to whatsnew. --- docs/whats-new/dotnet-8.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/whats-new/dotnet-8.md b/docs/whats-new/dotnet-8.md index 0e7436bfa..572ed88a1 100644 --- a/docs/whats-new/dotnet-8.md +++ b/docs/whats-new/dotnet-8.md @@ -21,6 +21,7 @@ For information about what's new in .NET 8, see [What's new in .NET 8](/dotnet/c - gains a `IsSupportedAsync` method that determines whether a flashlight is available on the device. For more information, see [Flashlight](~/platform-integration/device/flashlight.md). - intervals have been unified across all platforms. For more information, see [Accessing device sensors](~/platform-integration/device/sensors.md). - is the [`ContentProperty`](xref:Microsoft.Maui.Controls.ContentPropertyAttribute) of the class, and therefore does not need to be explicitly set from XAML. +- The position at which a drag or drop gesture occurred can be obtained by calling the `GetPosition` method on a , , or object. For more information, see [Recognize a drag and drop gesture](~/fundamentals/gestures/drag-and-drop.md). The following types or members have been deprecated: