overflowEllipsis property
EnumValue
get
overflowEllipsis
Used as a value for TextBlock#overflow: if the width is too small to display all text, the TextBlock will display an ellipsis.
Implementation
static _i3.EnumValue get overflowEllipsis => _i4.getProperty(
_declaredTextBlock,
'OverflowEllipsis',
);
set
overflowEllipsis
(EnumValue value)
Implementation
static set overflowEllipsis(_i3.EnumValue value) {
_i4.setProperty(
_declaredTextBlock,
'OverflowEllipsis',
value,
);
}