viewbox property
PanelLayout
get
viewbox
This value for #type rescales a single GraphObject to fit inside the panel depending on the panel's Panel#viewboxStretch property.
Implementation
static _i3.PanelLayout get viewbox => _i4.getProperty(
_declaredPanel,
'Viewbox',
);
set
viewbox
(PanelLayout value)
Implementation
static set viewbox(_i3.PanelLayout value) {
_i4.setProperty(
_declaredPanel,
'Viewbox',
value,
);
}