2 writes to _shape
System.Web.DataVisualization (2)
Common\General\ImageMap.cs (2)
319
this.
_shape
= shape;
618
_shape
= value;
4 references to _shape
System.Web.DataVisualization (4)
Common\General\ImageMap.cs (4)
338
if (
_shape
== MapAreaShape.Circle)
342
else if (
_shape
== MapAreaShape.Rectangle)
346
else if (
_shape
== MapAreaShape.Polygon)
614
return
_shape
;