PointerPredictor.PredictionTime Property

Definition

Gets or sets how far into the future from the current time the PointerPredictor object should attempt to predict pointer input.

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

Property Value

How far into the future from the current time the PointerPredictor object should attempt to predict pointer input. The default is 15 milliseconds.

Applies to

See also