AppWindow.RequestSize(Size) Method
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.
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.