UIElement.IsHoldingEnabledProperty Property

Definition

Identifies the IsHoldingEnabled dependency property.

public:
 static property DependencyProperty ^ IsHoldingEnabledProperty { DependencyProperty ^ get(); };
static DependencyProperty IsHoldingEnabledProperty();
public static DependencyProperty IsHoldingEnabledProperty { get; }
var dependencyProperty = UIElement.isHoldingEnabledProperty;
Public Shared ReadOnly Property IsHoldingEnabledProperty As DependencyProperty

Property Value

The identifier for the IsHoldingEnabled dependency property.

Applies to