-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form's FormCornerPreference property value cannot back to Default when change it from a non-Default value #11895
Comments
@KlausLoeffelmann Verified this issue in the latest .NET 9 RC1 build: 9.0.100-rc.1.24421.39 from https://aka.ms/dotnet/9.0.1xx-rc1/daily/dotnet-sdk-win-x64.exe, it still repro. The value cannot back to 'Default' in textbox control. |
Verified the issue with .NET 9.0.100-rc.1.24422.10 test pass build, it still repro, have the same results as above. |
Verified this issue in the latest .NET9.0 SDK build: 9.0.100-rc.2.24428.9, it still repro, have the same results as above. |
Verified the issue with .NET 9.0.100-rc.2.24474.11 test pass build, it still repro, have the same results as above. |
.NET version
.NET SDK 9.0.100-rc.1.24415.1 + build private dlls from winforms repo release/9.0 branch
Did it work in .NET Framework?
No
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No, this is a new feature Dark Mode: #11857
Issue description
Form's FormCornerPreference property value cannot back to Default when change it from a non-Default value.
Actual result:

The value is 'Round' in textbox control.
Expected result:
The value should be 'Default' in textbox control.
Steps to reproduce
The text was updated successfully, but these errors were encountered: