Test NavigationWindow : NavigationWindow « Windows Presentation Foundation « VB.Net Tutorial






<NavigationWindow x:Class="SimpleStyles.TestNavigationWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="Test NavigationWindow" Height="300" Width="300"
    Source="page1.xaml"
    Style="{StaticResource {x:Type NavigationWindow}}"
    ResizeMode="CanResize"/>








16.60.NavigationWindow
16.60.1.Test NavigationWindowTest NavigationWindow