Skip to content

Instantly share code, notes, and snippets.

@cmatskas
Created June 15, 2015 21:57
Show Gist options
  • Save cmatskas/7356891a2ffc3b93e3c9 to your computer and use it in GitHub Desktop.
Save cmatskas/7356891a2ffc3b93e3c9 to your computer and use it in GitHub Desktop.
<ProgressBar Name="PrgStrength"
IsIndeterminate="False"
HorizontalAlignment="Stretch"
Margin="2,11,0,11"
Value="{Binding StrengthValue, Mode=TwoWay}"
Foreground="{Binding Path=StrengthValue, Converter={StaticResource BackgroundValueConverter}}"
Width="320">
</ProgressBar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment