9 references to DashCap
System.Drawing (1)
System.Drawing.cs (1)
28[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.DashCap))]
System.Drawing.Common (8)
GlobalUsings.cs (1)
22global using DashCap = System.Drawing.Drawing2D.DashCap;
System\Drawing\Pen.cs (7)
159public void SetLineCap(LineCap startCap, LineCap endCap, DashCap dashCap) 312public DashCap DashCap 316DashCap dashCap; 323if (value is not DashCap.Flat and not DashCap.Round and not DashCap.Triangle) 325throw new InvalidEnumArgumentException(nameof(value), (int)value, typeof(DashCap));