box property

Part box

Gets or sets the rectangular Part that represents the viewport of the #observed Diagram. By default the part contains only a magenta Shape. The box's Part#selectionObject is what is resized by the Overview to the apparent size of the observed diagram's viewport.

Implementation

_i3.Part get box => _i4.getProperty(
      this,
      'box',
    );
void box=(Part value)

Implementation

set box(_i3.Part value) {
  _i4.setProperty(
    this,
    'box',
    value,
  );
}