Page.FrameProperty Property

Definition

Identifies the Frame dependency property.

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

Property Value

The identifier for the Frame dependency property.

Applies to