LineDisplayBase.InterCharacterWait 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.
Holds the wait time, specified in milliseconds, between the display of each character with the DisplayText(String) and DisplayTextAt(Int32, Int32, String) methods.
public override int InterCharacterWait { get; set; }
member this.InterCharacterWait : int with get, set
Public Overrides Property InterCharacterWait As Integer