You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, to maintain the aesthetic of the Classic theme, DWMWCP_DONOTROUND should be applied instead. I would still like to use SystemDecorations=Full to retain TitleBar dragging and window resizing functionality.
Describe the solution you'd like
Introducing a new StyledProperty PreferRoundedCorners on the Window could handle this, allowing flexibility within this method.
Describe alternatives you've considered
While I can manually call DwmSetWindowAttribute in the ExtendClientAreaToDecorationsChanged event, having a dedicated property would make it simpler.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
On Windows, rounded corners are currently requested at this location:
Avalonia/src/Windows/Avalonia.Win32/WindowImpl.cs
Lines 1157 to 1158 in 58de42b
However, to maintain the aesthetic of the Classic theme, DWMWCP_DONOTROUND should be applied instead. I would still like to use SystemDecorations=Full to retain TitleBar dragging and window resizing functionality.
Describe the solution you'd like
Introducing a new StyledProperty PreferRoundedCorners on the Window could handle this, allowing flexibility within this method.
Describe alternatives you've considered
While I can manually call
DwmSetWindowAttribute
in theExtendClientAreaToDecorationsChanged
event, having a dedicated property would make it simpler.Additional context
No response
The text was updated successfully, but these errors were encountered: