Click here to Skip to main content
15,886,810 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create a multiple inkcanvases with tooltip displayes.so i want to create ink canvas class dynamically.whenever i create instance of inkcanvas class ,a new ink canvas with tool display have to be created in WPF window.

class1 mycanvas1 = new class1(" aa");
class1 mycanvas2 = new class1("bb")
The letter in the string is the text of tool tip display.can u tell me the way . I created a ink canvas usercontrol with tooltip empty text.but i unable to call this wpf user control in the above way.
Posted
Comments
pavan kadambari 3-Dec-14 2:20am    
Thank You ,Iam created Inkcanvas class by inheriting inkcanvas to my custom class
class mycanvas : Inkcanvas
{
width=300;

} .Then I created instances of this control and added to stack panel.I drag the one button control in main window.My task is when i click the button ,the ink in the inkcanvas have to be save as coordinates in text file.Can You guide me please.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900