Slider.Interval 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定時間 (以毫秒為單位),這是使用者按一下 RepeatButton 的 Slider 時,執行增加或減少命令之間的時間間隔。
public:
property int Interval { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int Interval { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Interval : int with get, set
Public Property Interval As Integer
屬性值
以毫秒為單位的時間,這是變更 Slider 的 Value 命令之間的時間間隔。 預設為系統按鍵重複速度。 如需詳細資訊,請參閱 SystemParametersInfo (SPI_GETKEYBOARDSPEED) 。
- 屬性
備註
當 包含在 Style 的 Slider中時RepeatButton,會使用這個屬性。
相依性屬性資訊
標識元欄位 | IntervalProperty |
設定為的元數據屬性 true |
無 |