I have a couple of layers from our portal that populate a ListBox in my AddIn.
Data in our portal are available as Map Image Layer and as Feature Layer, and to give the user an easy way to distinguish one from the other I would like to add the appropriate icon to each ListBoxItem.
However, I cannot find the icons listed at https://github.com/Esri/arcgis-pro-sdk/wiki/DAML-ID-Reference-Icons. The icons in question are these:
Can somebody tell me there reference names?
Solved! Go to Solution.
Hi,
The faster way is to make icons yourself from your printscreens. Cut pieces 16x16 or 32x32 (depending on real icon size) with Windows Paint. Save as pngs. Add to your Visual Studio project. Edit them in Visual Studio by changing format to 32bppBGRA. Using eraser tool make space around icon picture transparent. Depending where and how you want to use icon set Build action.
Hi,
The faster way is to make icons yourself from your printscreens. Cut pieces 16x16 or 32x32 (depending on real icon size) with Windows Paint. Save as pngs. Add to your Visual Studio project. Edit them in Visual Studio by changing format to 32bppBGRA. Using eraser tool make space around icon picture transparent. Depending where and how you want to use icon set Build action.
Bit sad that solution but will work. 😉