Files
BeWoPlaner/BeWo/View/Detail/ModalViewWindow.xaml

13 lines
525 B
Plaintext
Raw Normal View History

2016-06-27 01:45:38 +02:00
<Window x:Class="BeWo.View.Detail.ModalViewWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Height="Auto" Width="Auto" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
WindowStartupLocation="CenterOwner"
2016-06-27 01:45:38 +02:00
WindowStyle="None"
AllowsTransparency="True"
Background="Transparent"
ResizeMode="CanResizeWithGrip">
2016-06-27 01:45:38 +02:00
<Grid x:Name="rootGrid">
</Grid>
</Window>