Is there any built-in ability to wrap the text in a RadButton for Xamarin Forms?
Specifically, I am trying to enable text wrapping on iOS. I am aware that you can create a Custom Renderer to achieve this by setting the underlying iOS `LineBreakMode = UILineBreakMode.WordWrap`, but I was hoping RadButton would handle this without the need for additional customizations.
Please let me know if I've missed anything. Or if not, it would be great to know if this has been considered for future releases. Thanks!