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

DashStyle

public enum DashStyle
Specifies the style of dashed lines drawn with a Pen object.
namespace System.Drawing.Drawing2D { public enum DashStyle { Solid, Dash, Dot, DashDot, DashDotDot, Custom } }