documentScroll property

EnumValue get documentScroll

This value for Diagram#scrollMode states that the viewport constrains scrolling to the Diagram document bounds.

Implementation

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

Implementation

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