- <wpf:ThemableWindow x:Class="PRSDesktop.DispatchConfirmation"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:wpf="clr-namespace:InABox.Wpf;assembly=InABox.Wpf"
- mc:Ignorable="d"
- Title="DispatchConfirmation" Height="800" Width="1200" WindowStyle="None" BorderBrush="Black"
- BorderThickness="5" Loaded="Window_Loaded" WindowStartupLocation="CenterScreen" Background="LightGreen">
- <TextBlock VerticalAlignment="Center" x:Name="Status" Text="The quick borwn fox" TextWrapping="WrapWithOverflow"
- TextAlignment="Center" FontSize="160" FontWeight="Bold" />
- </wpf:ThemableWindow>
|