default$ property

EnumValue get default$

GraphObjects with this enumeration as the value of GraphObject#stretch are stretched depending on the context they are used. For instance a 'Circle' figure might be uniformly stretched whereas an 'Ellipse' figure might be non-uniformly stretched.

Implementation

static _i3.EnumValue get default$ => _i4.getProperty(
      _declaredGraphObject,
      'Default',
    );
set default$ (EnumValue value)

Implementation

static set default$(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredGraphObject,
    'Default',
    value,
  );
}