computesBoundsIncludingLinks property

bool get computesBoundsIncludingLinks

Gets or sets whether a #placeholder's bounds includes the bounds of member Links. The default value is true. If this is false, only non-Link member Parts are used to compute the Placeholder's bounds in document coordinates.

Implementation

_i2.bool get computesBoundsIncludingLinks => _i4.getProperty(
      this,
      'computesBoundsIncludingLinks',
    );
set computesBoundsIncludingLinks (bool value)

Implementation

set computesBoundsIncludingLinks(_i2.bool value) {
  _i4.setProperty(
    this,
    'computesBoundsIncludingLinks',
    value,
  );
}