infiniteScroll property

EnumValue get infiniteScroll

This value for Diagram#scrollMode states that the viewport does not constrain scrolling to the Diagram document bounds.

Implementation

static _i3.EnumValue get infiniteScroll => _i4.getProperty(
      _declaredDiagram,
      'InfiniteScroll',
    );
set infiniteScroll (EnumValue value)

Implementation

static set infiniteScroll(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredDiagram,
    'InfiniteScroll',
    value,
  );
}