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

DashCap

public enum DashCap
Specifies the type of graphic shape to use on both ends of each dash in a dashed line.
namespace System.Drawing.Drawing2D { public enum DashCap { Flat = 0, Round = 2, Triangle = 3 } }