共用方式為


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

適用於

另請參閱