Jump to: navigation, search

Changes


Xamarin XAML

154 bytes added, 18 October
/* Labels */
VerticalOptions.
* Use the "TextTransform" attribute to convert the value of the "Text" attribute to either uppercase or lowercase.
<syntaxhighlight lang="xml">
<Label
TextTransform="Uppercase"
Text="{Binding Properties.AllItems[DESCR].DisplayValue}" />
</syntaxhighlight >
[[Category:Client|Xamarin XAML]]
64
edits