geometry property

Geometry geometry

This read-only property returns the Geometry that is used by the #path, the link Shape based on the route points.

This geometry is automatically generated using the route points and other properties such as the #curve. The points of the Geometry are in local coordinates, whereas the #points of the link route are in document coordinates.

More than one Shape may share this geometry as its Shape#geometry, if there is more than one shape element in the Link with GraphObject#isPanelMain set to true.

Implementation

_i3.Geometry get geometry => _i4.getProperty(
      this,
      'geometry',
    );
void geometry=(Geometry value)

Implementation

set geometry(_i3.Geometry value) {
  _i4.setProperty(
    this,
    'geometry',
    value,
  );
}