Files
IPyConsole/ControlLib/Content/Content.xaml
2024-11-26 17:30:58 +08:00

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>