OverflowableExtensions Class
Contains extension methods for
IOverflowable
.
public static class OverflowableExtensions
- Namespace
- Spectre
.Console
Methods
-
static T Crop
<T> (T) - Crops any overflowing text.
-
static T Ellipsis
<T> (T) - Crops any overflowing text and adds an ellipsis to the end.
-
static T Fold
<T> (T) - Folds any overflowing text.
-
static T Overflow
<T> (T, Overflow) - Sets the overflow strategy.