You've already forked IPyConsole
mirror of
https://github.com/izzy2lost/IPyConsole.git
synced 2026-03-10 11:52:51 -07:00
17 lines
752 B
XML
17 lines
752 B
XML
<UserControl x:Class="ControlLib.Content.Content"
|
|
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:ControlLib.Content"
|
|
mc:Ignorable="d">
|
|
<Canvas>
|
|
<!-- <Path Stroke="Black" Fill="Gray"> -->
|
|
<!-- <Path.Data> -->
|
|
<!-- <PathGeometry Figures="M 10,100 C 10,300 300,-200 300,100" /> -->
|
|
<!-- </Path.Data> -->
|
|
<!-- </Path> -->
|
|
<Label>content</Label>
|
|
</Canvas>
|
|
</UserControl>
|