IOverflowable Interface
Represents something that can overflow.
public interface IOverflowable
- Namespace
- Spectre
.Console
Properties
- abstract Overflow? Overflow
- Gets or sets the text overflow strategy.
Extension Methods
-
T Crop
< I Overflowable> () - Crops any overflowing text.
-
T Ellipsis
< I Overflowable> () - Crops any overflowing text and adds an ellipsis to the end.
-
T Fold
< I Overflowable> () - Folds any overflowing text.
-
T Overflow
< I Overflowable> (Overflow) - Sets the overflow strategy.