Files
EgtCAM5/LeftTray/GridSplitterLeft.xaml
T
2024-03-25 10:47:28 +01:00

12 lines
372 B
XML

<Grid x:Class="GridSplitterLeft"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:EgtCAM5"
DockPanel.Dock="Left">
<GridSplitter Width="5"
HorizontalAlignment="Center"
VerticalAlignment="Stretch"/>
</Grid>