Group: Forum Members
Last Active: 10 Years Ago
Posts: 9,
Visits: 17
|
Does anyone know how to add a tool tip to an NShape? I didn't see it as a property. Can someone please help?
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,000
|
Hi, to set the tooltip of a diagram shape you should modify its interactivity style: NInteractivityStyle interactivityStyle = new NInteractivityStyle( "Tooltip Text" ); NStyle.SetInteractivityStyle(shape, interactivityStyle);
For more detailed information about interactivity styles, you can look at the following help topic: Interactivity Style and this KB article.
Best Regards, Nevron Support Team
|