UCDispHalcon.xaml 477 B

12345678
  1. <UserControl x:Class="Plugins.Halcon.Views.UCDispHalcon"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  4. <Grid>
  5. <Grid x:Name="RootGrid" ClipToBounds="True" Background="{DynamicResource SecondaryRegionBrush}"/>
  6. <Grid x:Name="MaxGrid" ClipToBounds="True" Visibility="Collapsed" Background="{DynamicResource SecondaryRegionBrush}"/>
  7. </Grid>
  8. </UserControl>