tableColumn property

PanelLayout tableColumn

Organizational Panel type that is only valid inside of a Table panel; This Panel ignores its angle and scale, and does not have a meaningful size on its own, it is only an organizational container for other elements of a Panel.

Implementation

static _i3.PanelLayout get tableColumn => _i4.getProperty(
      _declaredPanel,
      'TableColumn',
    );
void tableColumn=(PanelLayout value)

Implementation

static set tableColumn(_i3.PanelLayout value) {
  _i4.setProperty(
    _declaredPanel,
    'TableColumn',
    value,
  );
}