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