<popup x:name="PopupNotification" verticaloffset="-400" horizontaloffset="200" xmlns:x="#unknown"> <border removed="{StaticResource PanelBrush}" cornerradius="5" borderbrush="Black" margin="2,2,2,1"> <!--<stackpanel orientation="Vertical">--> <usercontrols:notification x:name="UserControlNotification" xmlns:usercontrols="#unknown"></usercontrols:notification> <!--<stackpanel orientation="Horizontal" horizontalalignment="Center"> <Button Content="Ok" Width="50" HorizontalAlignment="Right" Margin="0,4,4,4" Click="btnNotificationOK_Click" x:Name="btnNotificationOK"/> <Button Content="Cancel" Width="50" HorizontalAlignment="Right" Margin="10,4,4,4" Click="btnNotificationCancel_Click" x:Name="btnNotificationCancel"/> </stackpanel>--> <!--</stackpanel>--> </border> </popup>
PopupNotification.IsOpen = true;
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)