Skip to content

Commit 6eabfcd

Browse files
Merge pull request #608 from Arlodotexe/fix/frameworkelement-extensions-cursors-link
Fixed #605
2 parents 98b9245 + 0582fe6 commit 6eabfcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions/FrameworkElementExtensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Here is how you can easily set a custom cursor type for a target `FrameworkEleme
126126
```
127127

128128
> [!NOTE]
129-
> 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.
129+
> 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.
130130
131131
> [!WARNING]
132132
> 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.

0 commit comments

Comments
 (0)