I want to change circle thickness inside the solidgauge.is that possible to change this thickness please help me thanks everyone.
Asked
Active
Viewed 89 times
1 Answers
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
-
Thanks a lot.It worked how i want ! – Hakan Baş Oct 04 '21 at 15:23