14 references to SquareAnchor
System.Drawing (2)
commonui\System\Drawing\Pen.cs (2)
318case LineCap.SquareAnchor: 364case LineCap.SquareAnchor:
System.Web.DataVisualization (6)
Common\Annotation\CalloutAnnotation.cs (1)
1555graphics.Pen.StartCap = LineCap.SquareAnchor;
Common\Annotation\LineAnnotation.cs (2)
625graphics.Pen.StartCap = LineCap.SquareAnchor; 654graphics.Pen.EndCap = LineCap.SquareAnchor;
Common\Annotation\PolygonAnnotation.cs (2)
653graphics.Pen.StartCap = LineCap.SquareAnchor; 682graphics.Pen.EndCap = LineCap.SquareAnchor;
Common\General\SmartLabels.cs (1)
1005 calloutPen.StartCap = LineCap.SquareAnchor;
System.Windows.Forms.DataVisualization (6)
Common\Annotation\CalloutAnnotation.cs (1)
1555graphics.Pen.StartCap = LineCap.SquareAnchor;
Common\Annotation\LineAnnotation.cs (2)
625graphics.Pen.StartCap = LineCap.SquareAnchor; 654graphics.Pen.EndCap = LineCap.SquareAnchor;
Common\Annotation\PolygonAnnotation.cs (2)
653graphics.Pen.StartCap = LineCap.SquareAnchor; 682graphics.Pen.EndCap = LineCap.SquareAnchor;
Common\General\SmartLabels.cs (1)
1005 calloutPen.StartCap = LineCap.SquareAnchor;