Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AppWindow.RequestSize(Size) Method
Definition
- Namespace:
- Windows.UI.WindowManagement
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.
Makes a request to set the window to the specified size.
public:
virtual void RequestSize(Size frameSize) = RequestSize;
void RequestSize(Size const& frameSize);
public void RequestSize(Size frameSize);
function requestSize(frameSize)
Public Sub RequestSize (frameSize As Size)
Parameters
- frameSize
- Size
The requested size.
Applies to
Feedback
Was this page helpful?
