Files
NotificationFlyout/NotificationFlyout.Tray/Views/Shell.xaml
T
Daniel Clark 45a9eb9cd2 init
2021-02-05 01:39:51 +00:00

13 lines
558 B
XML

<NotificationFlyout
x:Class="NotificationFlyout.Tray.Views.Shell"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sample="clr-namespace:NotificationFlyout.Sample;assembly=NotificationFlyout.Sample">
<NotificationFlyout.Icon>
<NotificationFlyoutIcon IconSource="/Assets/Icon.ico" />
</NotificationFlyout.Icon>
<NotificationFlyout.FlyoutContent>
<sample:MyUserControl1 />
</NotificationFlyout.FlyoutContent>
</NotificationFlyout>