LineDisplayWindow.InterCharacterWaitInterval 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 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.