Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/VB/DockingDemo.Wpf/Layouts/ |
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/VB/DockingDemo.Wpf/Layouts/ChildWindow.xaml |
<Window x:Class="DockingDemo.Layouts.ChildWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="ChildWindow" Height="300" Width="300"> <Grid Background="White"> <TextBlock Foreground="Blue" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="24" FontWeight="Bold">Window loaded from XAML</TextBlock> </Grid> </Window>