forked from Wouterdek/NodeNetwork
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeGenNodeView.xaml
More file actions
12 lines (11 loc) · 660 Bytes
/
CodeGenNodeView.xaml
File metadata and controls
12 lines (11 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
<UserControl x:Class="ExampleCodeGenApp.Views.CodeGenNodeView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:ExampleCodeGenApp.Views"
xmlns:views="clr-namespace:NodeNetwork.Views;assembly=NodeNetwork"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300">
<views:NodeView x:Name="NodeView"/>
</UserControl>