CtrEditor/ObjetosSim/UserControls/ThreeLinesControl.xaml

13 lines
529 B
Plaintext
Raw Normal View History

2024-05-31 10:06:49 -03:00
<UserControl x:Class="CtrEditor.ObjetosSim.UserControls.ThreeLinesControl"
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"
mc:Ignorable="d"
Width="Auto" Height="Auto">
<Grid>
<Canvas x:Name="Canvas"/>
</Grid>
</UserControl>