Changes

XAML Tips

290 bytes added, 19 May
/* Using Path Data */
The '''Mobile(Xamarin) approach''' shows how to use svg data directly using a Path control.
The first step is to generate path data for your icon. The easiest way is to download the [https://apps.microsoft.com/detail/9wzdncrdxf41?hl=en-US&gl=US| Character Map] tool from Microsoft. This can be used to browse all installed icon files for your icon of choice. Once selected, use Tools > Xaml / Xamarin Forms to show various useful aspects of the icon.  {{Attention|The first time you launch CharacterMap you will need to use the button in the bottom right of the selected icon pane to reveal the Xamarin.Forms code generator.}} With an icon selected, the Path Geometry section can be used to generate a path data that can be pasted directly in your xaml as follows:
<source lang = "xml">
<br>
[[Category:Client|XAML Tips]][[Category:Mobile|XAML Tips]][[Category:WinX|XAML Tips]][[Category:XAML|XAML Tips]]
== TabView ==
733
edits