GTPCorrgir/VentanaResultado.xaml

15 lines
584 B
XML

<Window x:Class="GTPCorrgir.VentanaResultado"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:GTPCorrgir"
WindowStyle="None" AllowsTransparency="True" Background="White"
Topmost="True" ShowInTaskbar="False"
MouseLeftButtonDown="Window_MouseLeftButtonDown">
<Border CornerRadius="10" Background="#AAF0F0F0" Padding="10">
<TextBlock x:Name="MessageText" FontSize="14" TextWrapping="Wrap"/>
</Border>
</Window>