sortingAscending property

EnumValue get sortingAscending

Lay out each child according to the sort order given by TreeVertex#comparer; this value is used for TreeLayout#sorting or TreeLayout#alternateSorting.

Implementation

static _i3.EnumValue get sortingAscending => _i4.getProperty(
      _declaredTreeLayout,
      'SortingAscending',
    );
set sortingAscending (EnumValue value)

Implementation

static set sortingAscending(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredTreeLayout,
    'SortingAscending',
    value,
  );
}