共用方式為


InkModelerAttributes.PredictionTime 屬性

定義

取得或設定未來用來預測輸入指標預期位置的時間量。

public:
 property TimeSpan PredictionTime { TimeSpan get(); void set(TimeSpan value); };
TimeSpan PredictionTime();

void PredictionTime(TimeSpan value);
public System.TimeSpan PredictionTime { get; set; }
var timeSpan = inkModelerAttributes.predictionTime;
inkModelerAttributes.predictionTime = timeSpan;
Public Property PredictionTime As TimeSpan

屬性值

以毫秒為單位的時間。 預設值為 15 毫秒,有效範圍介於 0 到 20 毫秒之間。

當條件最適合時,InkPresenter 會嘗試使用 15 毫秒。 當條件較不優先時,例如高加速的期間,則會使用該時間的一些部分。

備註

使用 InkToolbar時, InkModelerAttributes 應該在 InkToolbar.ActiveToolChanged 事件中設定,因為每當使用中的工具變更時,就會覆寫屬性。

適用於

另請參閱