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

System.Drawing.Drawing2D.AdjustableArrowCap

public sealed class AdjustableArrowCap : CustomLineCap
Represents an adjustable arrow-shaped line cap. This class cannot be inherited.
namespace System.Drawing.Drawing2D { public sealed class AdjustableArrowCap : CustomLineCap { public float Height { get; set; } public float Width { get; set; } public float MiddleInset { get; set; } public bool Filled { get; set; } public AdjustableArrowCap(float width, float height); public AdjustableArrowCap(float width, float height, bool isFilled); } }