frameBorder property

String frameBorder

Sets or retrieves whether to display a border for the frame. @deprecated

MDN Reference

Implementation

_i2.String get frameBorder => _i4.getProperty(
      this,
      'frameBorder',
    );
void frameBorder=(String value)

Implementation

set frameBorder(_i2.String value) {
  _i4.setProperty(
    this,
    'frameBorder',
    value,
  );
}