PointerPredictor.PredictionTime プロパティ

定義

PointerPredictor オブジェクトがポインター入力の予測を試行する現在時刻から将来までの距離を取得または設定します。

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

void PredictionTime(TimeSpan value);
public System.TimeSpan PredictionTime { get; set; }
var timeSpan = pointerPredictor.predictionTime;
pointerPredictor.predictionTime = timeSpan;
Public Property PredictionTime As TimeSpan

プロパティ値

PointerPredictor オブジェクトがポインター入力の予測を試みる必要がある現在の時刻から将来の距離。 既定値は 15 ミリ秒です。

適用対象

こちらもご覧ください