Contains extension methods for LiveDisplay.
Methods
public static LiveDisplay AutoClear(LiveDisplay live, bool enabled)
Sets whether or not auto clear is enabled. If enabled, the live display will be cleared when done.
Parameters:
live (LiveDisplay)The
LiveDisplay instance.enabled (bool)Whether or not auto clear is enabled.
Returns:
The same instance so that multiple calls can be chained.
public static LiveDisplay Cropping(LiveDisplay live, VerticalOverflowCropping cropping)
Sets the vertical overflow cropping strategy.
Parameters:
live (LiveDisplay)The
LiveDisplay instance.cropping (VerticalOverflowCropping)The overflow cropping strategy to use.
Returns:
The same instance so that multiple calls can be chained.
public static LiveDisplay Overflow(LiveDisplay live, VerticalOverflow overflow)
Sets the vertical overflow strategy.
Parameters:
live (LiveDisplay)The
LiveDisplay instance.overflow (VerticalOverflow)The overflow strategy to use.
Returns:
The same instance so that multiple calls can be chained.