alignmentFocusName property

String get alignmentFocusName

For Panels which are elements of Spot Panels: Gets or sets the name of this Panel's element that should be used as the alignment object instead of this Panel.

This allows Spot Panels to align objects that are nested in the element tree of its own elements.

Implementation

_i2.String get alignmentFocusName => _i4.getProperty(
      this,
      'alignmentFocusName',
    );
set alignmentFocusName (String value)

Implementation

set alignmentFocusName(_i2.String value) {
  _i4.setProperty(
    this,
    'alignmentFocusName',
    value,
  );
}