I tried to set the CornerRadius of the window but it didn't work #8377
Unanswered
ApaulMyLittleAirport
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
It's not supported. You would need to use native API (AppKit on mac or WinAPI on win) to change these properties. Alternatively you can make borderless window (set SystemDecorations to none) and that you can put a Border control with custom corner radius. You will lose some features and native look, but that's it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
When you are using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Window prop:
HasSystemDecorations="False" CornerRadius="10" Background="yellow" BorderThickness="2" BorderBrush="red"
Beta Was this translation helpful? Give feedback.
All reactions