### .NET version .NET SDK 11.0.0-preview.1.26069.103 ### Did it work in .NET Framework? Not tested/verified ### Did it work in any of the earlier releases of .NET Core or .NET 5+? The issue can reproduce .NET SDK 10.0, not reproduce on .NET 9.0 ### Issue description There not enough space between the borderline and text for Button control when setting the TextAlign as MiddleLeft/MiddleRight in DarkMode <img width="923" height="626" alt="Image" src="https://github.com/user-attachments/assets/f6a9bf0e-7ea8-414c-a47a-6aab168cf1fd" /> **.NET SDK 11.0 Results:** https://github.com/user-attachments/assets/6d19f8ba-cade-43f6-93b7-f392df028924 **.NET SDK 9.0 Results:** https://github.com/user-attachments/assets/cccdc2c8-1ec8-4ebf-9560-531649e1722d **Classic Mode Results:** https://github.com/user-attachments/assets/77943e0d-f762-44df-9e48-949595f98ddb ### Steps to reproduce 1. Create a .NET winforms project with Button & PropertyGrid controls 2. Select the buttton1 as object for the propertyGrid1 3. Set app under Dark mode in program.cs file ` Application.SetColorMode(SystemColorMode.Dark);` 4. Run the application 5. Set the TextAlign property as MiddleLeft/MiddleRight