grid property
Panel
get
grid
Gets or sets a Panel of type Panel.Grid acting as the background grid extending across the whole viewport of this diagram.
Implementation
_i3.Panel get grid => _i4.getProperty(
this,
'grid',
);
set
grid
(Panel value)
Implementation
set grid(_i3.Panel value) {
_i4.setProperty(
this,
'grid',
value,
);
}