frameBorder property
String
get
frameBorder
Sets or retrieves whether to display a border for the frame. @deprecated
Implementation
_i2.String get frameBorder => _i4.getProperty(
this,
'frameBorder',
);
set
frameBorder
(String value)
Implementation
set frameBorder(_i2.String value) {
_i4.setProperty(
this,
'frameBorder',
value,
);
}