ellipsis
Represents the ellipsis string used for truncating text when it exceeds the available space within a text box.
This property can be customized to define how overflowing content is visually handled, allowing for a user-defined string to signify truncation (e.g., "..." or ">>>"). When set to null
, no ellipsis is applied, and text may get clipped or handled differently based on the implementation.
The ellipsis
property is particularly useful in scenarios where text needs to fit within strict boundaries while preserving visual cues about clipped content.