alignment property
EnumValue
get
alignment
Gets or sets whether the Part#location or the position should be used to arrange each part.
The default value is GridLayout.Location -- the Part#locations will be aligned in a grid.
Implementation
_i3.EnumValue get alignment => _i4.getProperty(
this,
'alignment',
);
set
alignment
(EnumValue value)
Implementation
set alignment(_i3.EnumValue value) {
_i4.setProperty(
this,
'alignment',
value,
);
}