Text
Below is information on how to style text in your application. Several utility classes are provided to help you easily style your text in a way that is consistent and easy to maintain.
Custom Properties for Text
Rock Mobile adds some custom CSS properties that are not a part of Xamarin Forms.
Text Shadow
If you would like to add shadows to text in Label elements. You can do so like this:
The values represent (in order):
Distance X
Distance Y
Blur Radius
Last updated