none property
EnumValue
get
none
GraphObjects with this enumeration as the value of GraphObject#stretch are not automatically scaled to fit in the given bounds; there may be clipping in one or both directions if the available dimensions are too small.
Implementation
static _i3.EnumValue get none => _i4.getProperty(
_declaredGraphObject,
'None',
);
set
none
(EnumValue value)
Implementation
static set none(_i3.EnumValue value) {
_i4.setProperty(
_declaredGraphObject,
'None',
value,
);
}