mirror of
https://github.com/claunia/marechai.git
synced 2026-07-08 17:57:08 +00:00
14 lines
720 B
XML
14 lines
720 B
XML
<Page x:Class="Marechai.App.Presentation.Views.Shell"
|
|
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:prism="using:Prism.Navigation.Regions"
|
|
mc:Ignorable="d"
|
|
d:DesignHeight="300"
|
|
d:DesignWidth="400"
|
|
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
|
|
<ContentControl HorizontalContentAlignment="Stretch"
|
|
VerticalContentAlignment="Stretch"
|
|
prism:RegionManager.RegionName="ShellRegion" />
|
|
</Page> |