PDFDisplaySettings.xaml 814 B

12345678910111213141516
  1. <UserControl x:Class="Viewer.PDFDisplaySettings.PDFDisplaySettings"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  5. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  6. xmlns:local="clr-namespace:Viewer.PDFDisplaySettings"
  7. xmlns:tools="clr-namespace:Compdfkit_Tools;assembly=com.compdfkit.tools"
  8. mc:Ignorable="d"
  9. d:DesignHeight="245" d:DesignWidth="210">
  10. <Grid>
  11. <Grid.RowDefinitions>
  12. <RowDefinition Height="100"></RowDefinition>
  13. <RowDefinition></RowDefinition>
  14. </Grid.RowDefinitions>
  15. </Grid>
  16. </UserControl>