InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by templates in WPF? |
|
Answer» WPF templates define the overall visual appearance and look of a control. There is always a default template associated with each control, which determines how it LOOKS. If you NEED to customize the visual behaviour of control or the visual appearance of it, you can easily create your own templates in WPF applications. Through data binding, the programming logic and the template can be connected. FOLLOWING is a list of four types of templates:
|
|