From the course: Microsoft XAML: 1 Core Concepts

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Next steps

Next steps

From the course: Microsoft XAML: 1 Core Concepts

Start my 1-month free trial

Next steps

- [Instructor] I hope you have enjoyed learning about XAML and how it fits into the Microsoft UI tools. This is the first course in the XAML series. Check out our catalog to find the rest of the course in the series as it is published to our site. This course covers some core features of XAML, but there is more to learn about it. Some of the topics left to explore are the dependency property system and the related attach property syntax. Then there is the type converter and markup extension. These XAML features transform and create values for XAML attributes. Each element has rules about its child element. For example, does it support one child or many children? This is known as the content model, and learning it will help you understand how to layer children elements on the XAML tree. Another important aspect to XAML is its resource system. Just like in code, you'll need to create reusable resources. For example, standard UI brushes and control styles that make your UI consistent…

Contents