Table of Contents
Interval Property

Gets or sets the amount of time in milliseconds between increase or decrease commands when a user clicks the RepeatButton of a SliderBase derived control. This is a dependency property.

Syntax
 public Int32 Interval { get; set; }
See Also