flipBoth property

EnumValue get flipBoth

GraphObjects with this enumeration as the value of Picture#flip or TextBlock#flip are drawn with both X and Y coordinates reversed.

Implementation

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

Implementation

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