fill property

EnumValue get fill

GraphObjects with this enumeration as the value of GraphObject#stretch are scaled in both directions so as to fit exactly in the given bounds; there is no clipping but the aspect ratio may change, causing the object to appear stretched.

Implementation

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

Implementation

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