IOverflowable Interface

Represents something that can overflow.
public interface IOverflowable
Namespace
Spectre.Console
Implementing Types

Properties

abstract Overflow? Overflow
Gets or sets the text overflow strategy.

Extension Methods

T Crop<IOverflowable>()
Crops any overflowing text.
T Ellipsis<IOverflowable>()
Crops any overflowing text and adds an ellipsis to the end.
T Fold<IOverflowable>()
Folds any overflowing text.
T Overflow<IOverflowable>(Overflow)
Sets the overflow strategy.