Page.Frame Property

Definition

Gets the controlling Frame for the Page content.

Frame Frame();
public Frame Frame { get; }
var frame = page.frame;
Public ReadOnly Property Frame As Frame

Property Value

The controlling Frame for the Page content.

Applies to