You can change the text color of a Label in XAML by modifying the TextColor property.
XAML
<Label Text="Label Color" TextColor="Red" />
You can change the text color of a Label in XAML by modifying the TextColor property.
XAML
<Label Text="Label Color" TextColor="Red" />
Share with