Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/WpfTestSvgSample/PrintPreviewWindow.xaml @ 12762

Last change on this file since 12762 was 12762, checked in by aballeit, 9 years ago

#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)

File size: 368 bytes
Line 
1<Window x:Class="WpfTestSvgSample.PrintPreviewWindow"
2    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4    Title="Print Preview" Height="439" Width="652" WindowStartupLocation="CenterOwner">
5    <DockPanel>
6        <DocumentViewer Name="docViewer"/>
7    </DockPanel>
8</Window>
Note: See TracBrowser for help on using the repository browser.