Cropping(LiveDisplay, VerticalOverflowCropping) Method

Sets the vertical overflow cropping strategy.
public static LiveDisplay Cropping(this LiveDisplay live, VerticalOverflowCropping cropping)
Namespace
Spectre.Console
Containing Type
LiveDisplayExtensions

Parameters

LiveDisplay live
The LiveDisplay instance.
VerticalOverflowCropping cropping
The overflow cropping strategy to use.

Returns