figures property
List<PathFigure>
get
figures
Gets or sets the List of PathFigures that describes the content of the path for Geometries of type Geometry.Path|Path.
Implementation
_i3.List<_i3.PathFigure> get figures => _i4.getProperty(
this,
'figures',
);
set
figures
(List<PathFigure> value)
Implementation
set figures(_i3.List<_i3.PathFigure> value) {
_i4.setProperty(
this,
'figures',
value,
);
}