- <UserControl x:Class="Plugins.Halcon.Views.UCDispHalcon"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
- <Grid>
- <Grid x:Name="RootGrid" ClipToBounds="True" Background="{DynamicResource SecondaryRegionBrush}"/>
- <Grid x:Name="MaxGrid" ClipToBounds="True" Visibility="Collapsed" Background="{DynamicResource SecondaryRegionBrush}"/>
- </Grid>
- </UserControl>
|