linkSelectionAdornmentTemplate property

Adornment linkSelectionAdornmentTemplate

Gets or sets the default selection Adornment template, used to adorn selected Links.

Each Link can have its own Part#selectionAdornmentTemplate, which if non-null will take precedence over this Diagram property.

This Adornment must not be in the visual tree of any Diagram.

Implementation

_i3.Adornment get linkSelectionAdornmentTemplate => _i4.getProperty(
      this,
      'linkSelectionAdornmentTemplate',
    );
void linkSelectionAdornmentTemplate=(Adornment value)

Implementation

set linkSelectionAdornmentTemplate(_i3.Adornment value) {
  _i4.setProperty(
    this,
    'linkSelectionAdornmentTemplate',
    value,
  );
}