Setting a cursor for .NET MAUI VisualElement
Desktop-focused MAUI apps often need better pointer affordances (like hand, text, resize) than the default cursor behavior provides.
Vladislav Antonyuk walks through implementing cursor support per platform (Android, iOS, MacCatalyst, Windows) and then packaging it behind an attached property so you can set cursors cleanly from XAML.