<PackageReference Include="System.Drawing.Common" Version="9.0.5" />

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 } }