Slider.Delay 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定時間 (以毫秒為單位),這是按下 RepeatButton 後的等候時間,經過上述等候時間之後才會執行移動 Thumb 的命令,例如 DecreaseLarge 命令。
public:
property int Delay { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int Delay { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Delay : int with get, set
Public Property Delay As Integer
屬性值
延遲時間 (以毫秒為單位)。 預設為系統按鍵延遲。 如需詳細資訊,請參閱KeyboardDelay。
- 屬性
備註
當 包含在 的 Slider 樣式中時 RepeatButton ,會使用這個屬性。 的預設樣式 Slider 包含兩個不可見 RepeatButton 的控制項,這些控制項會使用 與 的每個結尾 Track 之間的 Thumb 空間。 當您按下其中一個不可見的按鈕時,會在 Slider 套用 屬性之後 Delay ,以該方向移動 Thumb 來回應。
相依性屬性資訊
識別碼欄位 | DelayProperty |
設定為 的中繼資料屬性 true |
無 |