How to create image water mark in textbox using wpf ?
How to create image water mark in textbox using wpf? Anonymous User 2519 08 Aug 2013 How to create image water mark in textbox using wpf?
You can set the background image in textbox and write the below code in textbox text change event:-
thanks