Legend of the figures of the Symbol Palette

Good Morning!

I need to put the subtitle of the images in the symbol palette, but it does not have the full name (as in MultiDocuments). Is it possible to put a tooltip to display the full name of the image, or some other resource? If so, how should I do it?

Thank you





1 Reply

SG Shyam G Syncfusion Team October 30, 2017 12:40 PM UTC

Hi Maysa, 
 
Could you please confirm us whether you need display an palettes item name with wrapping as highlighted in the below image. if yes, please refer to the below code example in which we have used paletteItem wrapping property to wrap the palettes item name. if we misunderstood your requirement, please provide us more details such as explain your requirement in detail with screenshot. 
 
Code example: 
BasicShape shape = new BasicShape(); 
shape.PaletteItem = new PaletteItem() { Wrapping = TextWrapping.Wrap }; 
 
Image: 
 
 
Regards, 
Shyam G 


Loader.
Up arrow icon