-1

I want to change circle thickness inside the solidgauge.is that possible to change this thickness please help me thanks everyone.

[1]: https://i.stack.imgur.com/Uwbw6.png

BionicCode
  • 1
  • 4
  • 28
  • 44

1 Answers1

0

You have to set the Gauge.InnerRadius property:

<Gauge Height="150" Width="150"
       From="0" To="1" 
       Value="0.5" 
       InnerRadius="60" />
BionicCode
  • 1
  • 4
  • 28
  • 44