ImageAnnotProperty.xaml 586 B

12345678910111213
  1. <UserControl
  2. x:Class="PDF_Master.Views.PropertyPanel.AnnotPanel.ImageAnnotProperty"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  6. xmlns:local="clr-namespace:PDF_Master.Views.PropertyPanel.AnnotPanel"
  7. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  8. d:DesignHeight="450"
  9. d:DesignWidth="260"
  10. Background="{StaticResource color.sys.layout.mg}"
  11. mc:Ignorable="d">
  12. <Grid />
  13. </UserControl>