Skip to content

Commit dea2310

Browse files
niels9001Copilot
andcommitted
Add Win32 rounded corners link to geometry page
Co-authored-by: Copilot <[email protected]>
1 parent 1fc9bff commit dea2310

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hub/apps/design/signature-experiences/geometry.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,5 @@ There are instances where the corner of a control should not be rounded, and we
6868

6969
The default corner radii are controlled by two global resources: `ControlCornerRadius` (default 4px) and `OverlayCornerRadius` (default 8px). You can override these values in your App.xaml to change the rounding across all controls in your app.
7070

71+
If you're building a Win32 desktop app, you can opt in to rounded corners for your app windows using the DWM API. For details, see [Apply rounded corners in desktop apps](../../desktop/modernize/ui/apply-rounded-corners.md).
72+

0 commit comments

Comments
 (0)