Popup.IsOpenProperty 属性

定义

获取 IsOpen 依赖属性的标识符。

public:
 static property DependencyProperty ^ IsOpenProperty { DependencyProperty ^ get(); };
static DependencyProperty IsOpenProperty();
public static DependencyProperty IsOpenProperty { get; }
var dependencyProperty = Popup.isOpenProperty;
Public Shared ReadOnly Property IsOpenProperty As DependencyProperty

属性值

IsOpen 依赖属性的标识符。

适用于