c# - Add degree symbol to label -


I want to add degree symbol to xaml for this label. Please tell me how to do this?

  & lt; Label content = "{Binding Celsius temperature}" />    

You can use for Label :

Example:

is displayed as a string, then content specifies how to format the property. / P>

  & lt; Label Content = "{Binding Path = Celsius Temperature}" ContentStringFormat = "{} {0} One Degree" />    

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -