MOSource.xaml 452 B

1234567891011
  1. <UserControl x:Class="Aitex.Core.UI.Control.MOSource"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:local="clr-namespace:Aitex.Core.UI.Control"
  5. Height="310" Width="750" BorderThickness="1" MinWidth="75" MaxWidth="750" MinHeight="310" MaxHeight="310">
  6. <Canvas x:Name="rootCanvas">
  7. </Canvas>
  8. </UserControl>