viewboxStretch property

EnumValue get viewboxStretch

For Panel.Viewbox|Viewbox Panels: Gets or sets how the panel will resize its content.

Possible values are GraphObject.Uniform and GraphObject.UniformToFill. The default is GraphObject.Uniform.

Implementation

_i3.EnumValue get viewboxStretch => _i4.getProperty(
      this,
      'viewboxStretch',
    );
set viewboxStretch (EnumValue value)

Implementation

set viewboxStretch(_i3.EnumValue value) {
  _i4.setProperty(
    this,
    'viewboxStretch',
    value,
  );
}