defaultStretch property
EnumValue
get
defaultStretch
Gets or sets the default stretch of this Panel, used as the stretch for an element when its GraphObject#stretch value is GraphObject.Default. The default value is GraphObject.Default, which typically resolves to GraphObject.None.
Implementation
_i3.EnumValue get defaultStretch => _i4.getProperty(
this,
'defaultStretch',
);
set
defaultStretch
(EnumValue value)
Implementation
set defaultStretch(_i3.EnumValue value) {
_i4.setProperty(
this,
'defaultStretch',
value,
);
}