1 write to _endCap
System.Windows.Forms.DataVisualization (1)
Common\Annotation\PolygonAnnotation.cs (1)
165
_endCap
= value;
6 references to _endCap
System.Windows.Forms.DataVisualization (6)
Common\Annotation\PolygonAnnotation.cs (6)
161
return
_endCap
;
619
this.
_endCap
!= LineAnchorCapStyle.None)
655
if (this.
_endCap
== LineAnchorCapStyle.Arrow)
672
else if (this.
_endCap
== LineAnchorCapStyle.Diamond)
676
else if (this.
_endCap
== LineAnchorCapStyle.Round)
680
else if (this.
_endCap
== LineAnchorCapStyle.Square)