UIElement.IsRightTapEnabledProperty Property

Definition

Identifies the IsRightTapEnabled dependency property.

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

Property Value

The identifier for the IsRightTapEnabled dependency property.

Applies to