Changes

XAML Best practices

128 bytes added, 17 October
/* Reducing Containers */
<FormattedText>
<Span FontFamily="{StaticResource UBIKSymbols}" Text="{x:Static resources:UBIKIcons.IconName}" />
<Span Text="Name &#10;" />
<Span Text="Description lorem ipsum..." />
</FormattedText>
</tab>
Note: &#10; (without the blank space) is the Xamarin glyph code for a Linebreaknewline. The equivalent in UWP is &#x0a; .
</tabs>
<br>
 
[[Category:Pages with broken file links|XAML Best practices]]
[[Category:XAML|XAML Best practices]]
 
==== Layout Compression ====
<br>
511
edits