rotateObject property

GraphObject get rotateObject

This read-only property returns the GraphObject that should get rotate handles when this part is selected. The value will be in the visual tree of this Part and is usually named with the value of #rotateObjectName.

Implementation

_i3.GraphObject get rotateObject => _i4.getProperty(
      this,
      'rotateObject',
    );
set rotateObject (GraphObject value)

Implementation

set rotateObject(_i3.GraphObject value) {
  _i4.setProperty(
    this,
    'rotateObject',
    value,
  );
}