When i try to change the content property of sfbutton based on the visual state, i get the below issue in UWP for pressed visual state.
I have created the button in code behind.
System.NullReferenceException: Object reference not set to an instance of an object.
at Syncfusion.XForms.UWP.Buttons.TouchEffectRenderer.TouchRelease(Double x, Double y)
at Syncfusion.XForms.UWP.Buttons.TouchEffectRenderer.TouchEffectRenderer_PointerReleased(Object sender, PointerRoutedEventArgs e)