UIElement.CanDragProperty Property

Definition

Identifies the CanDrag dependency property.

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

Property Value

The identifier for the CanDrag dependency property.

Applies to