uniform property
EnumValue
get
uniform
Pictures with this enumeration as the value of Picture#imageStretch are drawn with equal scale in both directions to fit the larger side of the image bounds; Panels of type Viewbox with this as the value of Panel#viewboxStretch scale the contained element equally in both directions to fit the larger side of the element's bounds in the given bounds.
Implementation
static _i3.EnumValue get uniform => _i4.getProperty(
_declaredGraphObject,
'Uniform',
);
set
uniform
(EnumValue value)
Implementation
static set uniform(_i3.EnumValue value) {
_i4.setProperty(
_declaredGraphObject,
'Uniform',
value,
);
}