uniformToFill property

EnumValue get uniformToFill

Diagrams with this autoScale type, used as the value of Diagram#autoScale, are scaled until the documentBounds fits in the view in one direction while a scrollbar is still needed in the other direction.

Implementation

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

Implementation

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