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

适用于

另请参阅