How to use native platform icons for ToolBarItems in Xamarin.Forms (programmatically)?
问题 What I have: I have a Xamarin.Forms app with a ToolBar ( ActionBar on Android, Navigation Bar on iOS). Within the ToolBar I have a ToolBarItem to delete something. What I want: For the ToolBarItem mentioned above I want to use the native platform icons (f.e. a trash can). My question: What is the proper way to achieve this? It seems that the only way to do this is to add and load separate png-files as described here. For Android this is not such a big deal I can officially download the icon