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 毫秒。