Guest User

Untitled

a guest
Nov 24th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <StackPanel Grid.Row="0" Grid.RowSpan="4" Background="#CFFF" Visibility="Visible" Orientation="Vertical" Name="ProgressOverlay">
  2. <Grid Name="Overlaygrid"">
  3. <StackPanel VerticalAlignment="Center" Grid.Row="0">
  4. <ProgressBar
  5. IsIndeterminate="True"
  6. IsEnabled="True" Foreground="Black"/>
  7. <TextBlock Visibility="Visible" Foreground="Black" FontSize="25” T HorizontalAlignment="Center" Text="Loading"/>
  8. </StackPanel>
  9. </Grid>
  10. </StackPanel>
Add Comment
Please, Sign In to add comment