uniformToFill property

EnumValue get uniformToFill

Pictures with this enumeration as the value of Picture#imageStretch are drawn with equal scale in both directions to fit the arranged (actual) bounds; Panels of type Viewbox with this as the value of Panel#viewboxStretch scale the contained element equally in both directions to fit the smaller side of the element's bounds in the given bounds. There may be clipping in one dimension.

Implementation

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

Implementation

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