location property
EnumValue
get
location
Position the part's Part#location at a grid point; This value is used for GridLayout#alignment.
Implementation
static _i3.EnumValue get location => _i4.getProperty(
_declaredGridLayout,
'Location',
);
set
location
(EnumValue value)
Implementation
static set location(_i3.EnumValue value) {
_i4.setProperty(
_declaredGridLayout,
'Location',
value,
);
}