return this._selection;
}
set {
if (this._selection == value) {
return;
this._selection = value;
this._selectionRects = null;
this.markNeedsPaint();