PageRenderTime 51ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 1ms

/Main/src/DynamicDataDisplay/Charts/Navigation/LongOperationsIndicatorResources.xaml

#
XAML | 11 lines | 9 code | 2 blank | 0 comment | 0 complexity | aa69381e0aec88ab163655adff347e2a MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  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. <Grid Canvas.Bottom="10" Canvas.Left="10" Panel.ZIndex="2" x:Key="Indicator">
  6. <Rectangle RadiusX="5" RadiusY="5" Fill="#B0FFFFFF" Stroke="LightGray" StrokeThickness="1"/>
  7. <TextBlock Text="{m:Resource Loading}" Margin="3"/>
  8. </Grid>
  9. </ResourceDictionary>