flipVertical property

EnumValue get flipVertical

GraphObjects with this enumeration as the value of Picture#flip or TextBlock#flip are drawn upside-down, with Y coordinate points increasing upwards.

Implementation

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

Implementation

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