LineDisplayWindow.InterCharacterWaitInterval Property

Definition

Gets or sets the delay interval between displaying successive characters.

public:
 property TimeSpan InterCharacterWaitInterval { TimeSpan get(); void set(TimeSpan value); };
TimeSpan InterCharacterWaitInterval();

void InterCharacterWaitInterval(TimeSpan value);
public System.TimeSpan InterCharacterWaitInterval { get; set; }
var timeSpan = lineDisplayWindow.interCharacterWaitInterval;
lineDisplayWindow.interCharacterWaitInterval = timeSpan;
Public Property InterCharacterWaitInterval As TimeSpan

Property Value

The delay interval between displaying successive characters. The default value of this property is 0.

Applies to