↧
How to add Custom Context Menu with a TextBox in WPF
In this article i am describing about how to add the custom context menu for the your textbox control in your WPF project. Context menu in the textbox is very common functionality, generally we...
View Articlewriting text in rectangle in xaml
The following code snippet of XML create a rectangle and put some text inside into rectangle by using Border control. As we know WPF Shapes are not container control, so we can put some text directly...
View ArticleShow Date time in xaml
The following is the small example for displaying current datetime in XAML. In XAML you need to first add the mscorlib assembly and the System namespace, then you can use use the {x:Static...
View Article