How to make an app resizable and with custom angles. #18083
Unanswered
Bondarenko1990
asked this question in
Q&A
Replies: 1 comment 3 replies
-
See: #10444 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need my application to have 20 angles and be able to resize.
I set the fields in Window like this:
ExtendClientAreaChromeHints="NoChrome"
TransparencyLevelHint="Transparent"
Background="Transparent"
SystemDecorations="BorderOnly"
ExtendClientAreaToDecorationsHint="True"
Please tell me how I can implement this?
Beta Was this translation helpful? Give feedback.
All reactions