mirror of
https://gitee.com/chinware/atomui.git
synced 2024-12-04 04:48:08 +08:00
16 lines
660 B
XML
16 lines
660 B
XML
<UserControl
|
|
mc:Ignorable="d"
|
|
x:Class="AtomUI.Demo.Desktop.ShowCase.CalendarShowCase"
|
|
xmlns="https://github.com/avaloniaui"
|
|
xmlns:atom="https://atomui.net"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:desktop="clr-namespace:AtomUI.Demo.Desktop">
|
|
<desktop:ShowCasePanel>
|
|
<desktop:ShowCaseItem Description="The simplest usage for Calendar." Title="Basic">
|
|
<atom:Calendar />
|
|
</desktop:ShowCaseItem>
|
|
|
|
</desktop:ShowCasePanel>
|
|
</UserControl> |