PointerPredictor.PredictionTime プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 ミリ秒です。