- <UserControl x:Class="TeamAAS.Camera.UI.DefaultCameraDebugPage"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:ctrl="clr-namespace:TeamAAS.Camera.UI.Controls"
- Background="Transparent">
- <Border Background="Black" CornerRadius="4">
- <ctrl:ImageDisplayControl x:Name="Display"/>
- </Border>
- </UserControl>
|