Skip to content

Commit

Permalink
Merge pull request #608 from Arlodotexe/fix/frameworkelement-extensio…
Browse files Browse the repository at this point in the history
…ns-cursors-link

Fixed #605
  • Loading branch information
michael-hawker committed Feb 10, 2022
2 parents 98b9245 + 0582fe6 commit 6eabfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensions/FrameworkElementExtensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Here is how you can easily set a custom cursor type for a target `FrameworkEleme
```

> [!NOTE]
> Even though Microsoft recommends in [UWP Design guidelines](/uwp/input-and-devices/mouse-interactions#cursors) hover effects instead of custom cursors over interactive elements, custom cursors can be useful in some specific scenarios.
> Even though Microsoft recommends in [UWP Design guidelines](/windows/apps/design/input/mouse-interactions#cursors) hover effects instead of custom cursors over interactive elements, custom cursors can be useful in some specific scenarios.
> [!WARNING]
> Because the UWP framework does not support metadata on attached properties, specifically the [`FrameworkPropertyMetadata.Inherits`](/dotnet/api/system.windows.frameworkpropertymetadata.-ctor#System_Windows_FrameworkPropertyMetadata__ctor_System_Object_System_Windows_FrameworkPropertyMetadataOptions_System_Windows_PropertyChangedCallback_System_Windows_CoerceValueCallback_) flag, the `Cursor` property might not work properly in some very specific XAML layout scenarios when combining nested `FrameworkElement`-s with different `CoreCursorType` values set on them.
Expand Down

0 comments on commit 6eabfcd

Please sign in to comment.