Themes (via KryptonManager
design option) should have option to resepect Current Metrics
for Form Border widths
#139
Labels
area:themes
All things to do with themes.
completed
This issue has been completed.
enhancement
New feature or request
Milestone
This is where that property is
[DllImport("user32.dll")]
static extern int GetSystemMetrics(92);
CXPADDEDBORDER = 92, // 0x5C
Originally posted by @lorinkundert in #114 (comment)
Other values to consider:
https://pinvoke.net/default.aspx/Enums/SystemMetric.html
The text was updated successfully, but these errors were encountered: