1 write to _startCap
System.Windows.Forms.DataVisualization (1)
Common\Annotation\PolygonAnnotation.cs (1)
140
_startCap
= value;
6 references to _startCap
System.Windows.Forms.DataVisualization (6)
Common\Annotation\PolygonAnnotation.cs (6)
136
return
_startCap
;
618
if (this.
_startCap
!= LineAnchorCapStyle.None ||
626
if (this.
_startCap
== LineAnchorCapStyle.Arrow)
643
else if (this.
_startCap
== LineAnchorCapStyle.Diamond)
647
else if (this.
_startCap
== LineAnchorCapStyle.Round)
651
else if (this.
_startCap
== LineAnchorCapStyle.Square)