AppWindow.Frame Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.