marginHeight property

String marginHeight

Sets or retrieves the top and bottom margin heights before displaying the text in a frame. @deprecated

MDN Reference

Implementation

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

Implementation

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