I want to change circle thickness inside the solidgauge.is that possible to change this thickness please help me thanks everyone.
You have to set the Gauge.InnerRadius
property:
<Gauge Height="150" Width="150"
From="0" To="1"
Value="0.5"
InnerRadius="60" />