I\'m trying to find the equivalent of ClipToBounds in Windows Runtime. If it doesn\'t exists is there a way to recreate this behavior ?
This is implemented in WinRTXamlToolkit (https://github.com/xyzzer/WinRTXamlToolkit) which is also available as Nuget package.
Add to XAML header:
xmlns:extensions="using:WinRTXamlToolkit.Controls.Extensions"
Then, for example in XAML Canvas component