Changes
The two below examples show how one might use both methods to create a User symbol.
<br>
====In-AppName Usage:====
In the below example, <code>Glyph="{x:Static resources:UBIKIcons.User}"</code> is used to call the <I>User</I> symbol.
<syntaxhighlight lang="xml">
<ContentView
xmlns:controls="clr-namespace:UBIK.CPL.Controls;assembly=UBIK.CPL" >
<controls:GlyphLabel
Glyph="{x:Static resources:UBIKIcons.User}"
<syntaxhighlight lang="xml">
<ContentView
xmlns:controls="clr-namespace:UBIK.CPL.Controls;assembly=UBIK.CPL" >
<controls:GlyphLabel Glyph=""" HorizontalOptions="Center" />
</syntaxhighlight>