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