7 references to DashCap
System.Drawing (7)
commonui\System\Drawing\Pen.cs (7)
282public void SetLineCap(LineCap startCap, LineCap endCap, DashCap dashCap) { 390public DashCap DashCap 399return(DashCap)dashCap; 405(int)DashCap.Flat, 406(int)DashCap.Round, 407(int)DashCap.Triangle)) 409throw new InvalidEnumArgumentException("value", unchecked((int)value), typeof(DashCap));