<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.3.26207.106" />

Windows.Win32.Graphics.GdiPlus.DashStyle

enum DashStyle
namespace Windows.Win32.Graphics.GdiPlus { internal enum DashStyle { DashStyleSolid, DashStyleDash, DashStyleDot, DashStyleDashDot, DashStyleDashDotDot, DashStyleCustom } }