Skip to content

Instantly share code, notes, and snippets.

@wtuts
Created January 31, 2016 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtuts/e31197ef537219035e12 to your computer and use it in GitHub Desktop.
Save wtuts/e31197ef537219035e12 to your computer and use it in GitHub Desktop.
<controls:Gauge Width="136"
Height="136"
Margin="0"
HorizontalAlignment="Center"
VerticalAlignment="Center"
FontSize="32"
Maximum="100"
ScaleBrush="Blue"
ScaleWidth="20"
Style="{StaticResource Gauge}"
TrailBrush="White"
ValueBrush="Maroon"
Value="40" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment