Hi, there was a problem implementing your SfStepProgressBar v17.2.0.34 library, please let me know if you had a case solution. Thank you.
SfStepProgressBar stepProgress = new SfStepProgressBar();
stepProgress.Orientation = StepOrientation.Vertical;
StepView step1 = new StepView();
step1.Status = StepStatus.Completed;
step1.PrimaryFormattedText = new FormattedString();
step1.PrimaryFormattedText.Spans.Add(new Span { Text = "Ordered and Approved", FontSize = 13, FontAttributes = FontAttributes.Bold, TextColor = Color.Blue // crash here });
Message Error:
Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object.