path property

EnumValue get path

For drawing a complex path made of a list of PathFigures; a value for Geometry#type.

Implementation

static _i3.EnumValue get path => _i4.getProperty(
      _declaredGeometry,
      'Path',
    );
set path (EnumValue value)

Implementation

static set path(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredGeometry,
    'Path',
    value,
  );
}