LineDisplayWindow.InterCharacterWaitInterval 屬性

定義

取得或設定顯示連續字元之間的延遲間隔。

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

屬性值

顯示連續字元之間的延遲間隔。 這個屬性的預設值為 0。

適用於