uniform property
EnumValue
get
uniform
Diagrams with this autoScale type, used as the value of Diagram#autoScale, are scaled uniformly until the whole documentBounds fits in the view.
Implementation
static _i3.EnumValue get uniform => _i4.getProperty(
_declaredDiagram,
'Uniform',
);
set
uniform
(EnumValue value)
Implementation
static set uniform(_i3.EnumValue value) {
_i4.setProperty(
_declaredDiagram,
'Uniform',
value,
);
}