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