RepeatButton.DelayProperty 属性

定义

标识 Delay 依赖属性。

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

属性值

Delay 依赖属性的标识符。

适用于