I want to apply different color for my text(single word). For example, please consider the below word,
"Customer Text"
In the above word, I need to apply one color to "Customer" and need to apply another color (other than the first text color) to "Text".
Is it achievable in Xamarin.Forms?
Thanks in advance.