<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.6.25358.103" />

NONCLIENTMETRICSW

Contains the scalable metrics associated with the nonclient area of a nonminimized window. (Unicode)
using System.CodeDom.Compiler; using Windows.Win32.Graphics.Gdi; namespace Windows.Win32.UI.WindowsAndMessaging { [GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")] internal struct NONCLIENTMETRICSW { internal uint cbSize; internal int iBorderWidth; internal int iScrollWidth; internal int iScrollHeight; internal int iCaptionWidth; internal int iCaptionHeight; internal LOGFONTW lfCaptionFont; internal int iSmCaptionWidth; internal int iSmCaptionHeight; internal LOGFONTW lfSmCaptionFont; internal int iMenuWidth; internal int iMenuHeight; internal LOGFONTW lfMenuFont; internal LOGFONTW lfStatusFont; internal LOGFONTW lfMessageFont; internal int iPaddedBorderWidth; } }