RepeatButton.IntervalProperty 属性

定义

标识 Interval 依赖属性。

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

属性值

Interval 依赖属性的标识符。

适用于