layoutShown property
num
get
layoutShown
This flag may be combined with other "Layout" flags as the value of the Part#layoutConditions property to indicate that when a Part's GraphObject#visible becomes true, it invalidates the Layout responsible for the Part.
Implementation
static _i2.num get layoutShown => _i4.getProperty(
_declaredPart,
'LayoutShown',
);
set
layoutShown
(num value)
Implementation
static set layoutShown(_i2.num value) {
_i4.setProperty(
_declaredPart,
'LayoutShown',
value,
);
}