Share via


AppWindow.Frame Property

Definition

Gets the frame for the app window.

public:
 property AppWindowFrame ^ Frame { AppWindowFrame ^ get(); };
AppWindowFrame Frame();
public AppWindowFrame Frame { get; }
var appWindowFrame = appWindow.frame;
Public ReadOnly Property Frame As AppWindowFrame

Property Value

The frame for the app window.

Applies to