mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 06:26:41 +00:00
Removed ProgressBar IsIndeterminate state
This commit is contained in:
parent
069072ce34
commit
61a772d02b
4 changed files with 0 additions and 20 deletions
|
|
@ -116,9 +116,6 @@
|
|||
<ProgressBar Width="100" Height="8" Margin="4,2" VerticalAlignment="Center"
|
||||
Maximum="1" Value="{Binding LoadingProgress}">
|
||||
<ProgressBar.Styles>
|
||||
<Style Selector="ProgressBar[Value=0]">
|
||||
<Setter Property="IsIndeterminate" Value="True"/>
|
||||
</Style>
|
||||
<Style Selector="ProgressBar[Value=1]">
|
||||
<Setter Property="IsVisible" Value="False"/>
|
||||
</Style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue