frameBorder property

String frameBorder

Implementation

String get frameBorder => js_util.getProperty(this, 'frameBorder');
void frameBorder=(String newValue)

Implementation

set frameBorder(String newValue) {
  js_util.setProperty(this, 'frameBorder', newValue);
}