Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This example illustrates how to set the width of the window from a Page.
Example
A Page can set the width of its host window by setting WindowWidth. This property allows the Page to not have explicit knowledge of the type of window that hosts it.
Note
To set the width of a window using WindowWidth, a Page must be the child of a window.
<Page
xmlns="https://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="https://schemas.microsoft.com/winfx/2006/xaml"
Title="SetWindowWidthPage"
WindowWidth="500"
>
</Page>