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