UIElement.AllowDropProperty 属性

定义

标识 AllowDrop 依赖属性。

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

属性值

AllowDrop 依赖属性的标识符。

适用于