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.