formatTrim property

EnumValue get formatTrim

Used as the default value for TextBlock#formatting: the TextBlock will automatically trim any whitespace at the start or end of each line of text.

Implementation

static _i3.EnumValue get formatTrim => _i4.getProperty(
      _declaredTextBlock,
      'FormatTrim',
    );
set formatTrim (EnumValue value)

Implementation

static set formatTrim(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredTextBlock,
    'FormatTrim',
    value,
  );
}