UWUVCI-AIO-WPF/UWUVCI AIO WPF/UI/Frames/Teaser.xaml
NicoAICP 9d4eea5583 ???
2020-08-10 15:38:42 +02:00

16 lines
724 B
XML

<Page x:Class="UWUVCI_AIO_WPF.UI.Frames.Teaser"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:UWUVCI_AIO_WPF.UI.Frames"
mc:Ignorable="d"
d:DesignHeight="480" d:DesignWidth="1130"
Title="Teaser" >
<Grid>
<TextBlock x:Name="tb" TextWrapping="Wrap" Text="Under Construction " FontSize="20" Height="29" HorizontalAlignment="Center" VerticalAlignment="Center" TextAlignment="Center" Width="1110" />
</Grid>
</Page>