CtrEditor/ObjetosSim/ucBotella.xaml

6 lines
315 B
Plaintext
Raw Normal View History

<UserControl x:Class="CtrEditor.ObjetosSim.ucBotella"
2024-05-02 11:06:45 -03:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2024-05-06 12:31:45 -03:00
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Ellipse Height="{Binding Diametro}" Stroke="red" Fill="Gray" Width="{Binding Diametro}"/>
</UserControl>