Page.FrameProperty 属性

定义

标识 Frame 依赖属性。

public:
 static property DependencyProperty ^ FrameProperty { DependencyProperty ^ get(); };
static DependencyProperty FrameProperty();
public static DependencyProperty FrameProperty { get; }
var dependencyProperty = Page.frameProperty;
Public Shared ReadOnly Property FrameProperty As DependencyProperty

属性值

Frame 依赖属性的标识符。

适用于