Select to view content in your preferred language

information icon

794
2
Jump to solution
08-21-2023 12:53 AM
Daniel4
Emerging Contributor

Hey Everybody

Is it possibel to get this nice looking icon in your add-in?

Daniel4_1-1692604043261.png

This is from an existing tool in ArcGIS. 

 

0 Kudos
1 Solution

Accepted Solutions
GKmieliauskas
Esri Regular Contributor

Hi,

All available icons here

Your icon is GenericInformation16.png or GenericInformation32.png

View solution in original post

0 Kudos
2 Replies
GKmieliauskas
Esri Regular Contributor

Hi,

All available icons here

Your icon is GenericInformation16.png or GenericInformation32.png

0 Kudos
Wolf
by Esri Regular Contributor
Esri Regular Contributor

A similar question came up before - you can also do this:

Build and run this sample:  arcgis-pro-sdk-community-samples/Framework at master · Esri/arcgis-pro-sdk-community-samples (github...

Scroll down on the link above to get instructions on how to run the sample.  This will give you the most complete list of Pro Images.  

Starting with 3.1 the syntax on how to use Pro Internal Images changed a bit (internally all images were converted into vector graphics), and you can find instructions on how to reference Pro internal images here:

ProGuide Content and Image Resources · Esri/arcgis-pro-sdk Wiki (github.com)

 

0 Kudos