Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/DynamicDataDisplay/Charts/Navigation/LongOperationsIndicatorResources.xaml @ 12503

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

#2283 added GUI and charts; fixed MCTS

File size: 580 bytes
Line 
1<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3          xmlns:str="clr-namespace:Microsoft.Research.DynamicDataDisplay.Strings"
4          xmlns:m="clr-namespace:Microsoft.Research.DynamicDataDisplay.MarkupExtensions">
5
6  <Grid Canvas.Bottom="10" Canvas.Left="10" Panel.ZIndex="2" x:Key="Indicator">
7    <Rectangle RadiusX="5" RadiusY="5" Fill="#B0FFFFFF" Stroke="LightGray" StrokeThickness="1"/>
8    <TextBlock Text="{m:Resource Loading}" Margin="3"/>
9  </Grid>
10
11</ResourceDictionary>
Note: See TracBrowser for help on using the repository browser.