Good afternoon sirs,
The value of progressBar is often NaN, even checking the value sent by the SetProgress () function.
I use this way:
<progressBar:SfCircularProgressBar x:Name="progress" Progress="0"/>
public void ProgressBar(int value)
{
progress.SetProgress(value, 0, Easing.Linear);
}
Please, check if I do something wrong.