Initial Commit

This commit is contained in:
2024-02-23 00:46:06 -05:00
commit 2bbedc0178
470 changed files with 46035 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:str="clr-namespace:Microsoft.Research.DynamicDataDisplay.Strings"
xmlns:m="clr-namespace:Microsoft.Research.DynamicDataDisplay.MarkupExtensions">
<Grid Canvas.Bottom="10" Canvas.Left="10" Panel.ZIndex="2" x:Key="Indicator">
<Rectangle RadiusX="5" RadiusY="5" Fill="#B0FFFFFF" Stroke="LightGray" StrokeThickness="1"/>
<TextBlock Text="{m:Resource Loading}" Margin="3"/>
</Grid>
</ResourceDictionary>