RepeatButton.IntervalProperty Property

Definition

Identifies the Interval dependency property.

public:
 static property DependencyProperty ^ IntervalProperty { DependencyProperty ^ get(); };
static DependencyProperty IntervalProperty();
public static DependencyProperty IntervalProperty { get; }
var dependencyProperty = RepeatButton.intervalProperty;
Public Shared ReadOnly Property IntervalProperty As DependencyProperty

Property Value

The identifier for the Interval dependency property.

Applies to