Update progressbar.xaml (#1139)

This commit is contained in:
Andy (Steve) De George
2021-08-27 18:52:02 -07:00
committed by GitHub
parent 5b61eedeaf
commit 483c3e81e6
@@ -65,7 +65,7 @@
<Rectangle x:Name="PART_GlowRect" <Rectangle x:Name="PART_GlowRect"
Width="100" Width="100"
HorizontalAlignment="Left" HorizontalAlignment="Left"
Fill="{StaticResource ProgressBarIndicatorAnimatedFill}" Fill="{DynamicResource ProgressBarIndicatorAnimatedFill}"
Margin="-100,0,0,0" /> Margin="-100,0,0,0" />
</Grid> </Grid>
</Border> </Border>
@@ -97,4 +97,4 @@
</Setter> </Setter>
</Style> </Style>
<!--</SnippetProgressBar>--> <!--</SnippetProgressBar>-->
</ResourceDictionary> </ResourceDictionary>