| <UserControl x:Class="CyberX8_Themes.UserControls.Axes2D"             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:CyberX8_Themes.UserControls"             mc:Ignorable="d"              d:DesignHeight="200" d:DesignWidth="200" x:Name="axes" Loaded="axes_Loaded">    <Grid>        <Canvas Height="{Binding AxesHeight}" Width="{Binding AxesWidth}" x:Name="CanvasInPath">        </Canvas>    </Grid></UserControl>
 |