mirror of
https://github.com/WinDurango/WinDurango.UI.git
synced 2026-01-31 00:55:24 +01:00
14 lines
506 B
XML
14 lines
506 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ContentDialog
|
|
x:Class="WinDurango.UI.Dialogs.PageDialog"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="PageDialog"
|
|
Style="{ThemeResource DefaultContentDialogStyle}"
|
|
PrimaryButtonText="Close">
|
|
<ContentDialog.Resources>
|
|
<x:Double x:Key="ContentDialogMaxWidth">1200</x:Double>
|
|
</ContentDialog.Resources>
|
|
<Frame Name="frame"/>
|
|
</ContentDialog>
|