16 lines
502 B
XML
16 lines
502 B
XML
<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"
|
|
Width="Auto"
|
|
Height="Auto"
|
|
HorizontalAlignment="Stretch"
|
|
VerticalAlignment="Stretch"
|
|
AllowsTransparency="True"
|
|
Background="Transparent"
|
|
ResizeMode="CanResizeWithGrip"
|
|
WindowStartupLocation="CenterOwner"
|
|
WindowStyle="None">
|
|
<Grid x:Name="rootGrid" />
|
|
</Window>
|