LcdConsole.ScrollUpDelay Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If this is larger than zero, an a wait is introduced each time the display wraps to the next line or scrolls up. Can be used to print long texts to the display, but keeping it readable.
public TimeSpan ScrollUpDelay { get; set; }
member this.ScrollUpDelay : TimeSpan with get, set
Public Property ScrollUpDelay As TimeSpan