次の方法で共有


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 です。

適用対象