point property

Point point

Gets or sets the initial location for a dragged object. This is most commonly the Part.location of the dragged object, or a rounded Part.location if snapping.

Implementation

_i3.Point get point => _i4.getProperty(
      this,
      'point',
    );
void point=(Point value)

Implementation

set point(_i3.Point value) {
  _i4.setProperty(
    this,
    'point',
    value,
  );
}