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

12 lines
527 B
XML

<UserControl x:Class="ControlLib.RightBar.RightBar"
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.RightBar"
mc:Ignorable="d">
<Canvas>
<Label>right bar</Label>
</Canvas>
</UserControl>