DefaultCameraDebugPage.xaml 448 B

123456789
  1. <UserControl x:Class="TeamAAS.Camera.UI.DefaultCameraDebugPage"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:ctrl="clr-namespace:TeamAAS.Camera.UI.Controls"
  5. Background="Transparent">
  6. <Border Background="Black" CornerRadius="4">
  7. <ctrl:ImageDisplayControl x:Name="Display"/>
  8. </Border>
  9. </UserControl>