defaultColumnSeparatorStrokeWidth property
num
get
defaultColumnSeparatorStrokeWidth
For Panel.Table|Table Panels: Gets or sets the default stroke width for a column's separator. RowColumnDefinition#separatorStrokeWidth can override this default value. The default value is 1. Any new value must be a real, non-negative number.
Implementation
_i2.num get defaultColumnSeparatorStrokeWidth => _i4.getProperty(
this,
'defaultColumnSeparatorStrokeWidth',
);
set
defaultColumnSeparatorStrokeWidth
(num value)
Implementation
set defaultColumnSeparatorStrokeWidth(_i2.num value) {
_i4.setProperty(
this,
'defaultColumnSeparatorStrokeWidth',
value,
);
}