Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Microsoft XAML: 2 Content and Properties

Posted By: Landau17
Microsoft XAML: 2 Content and Properties

Microsoft XAML: 2 Content and Properties
MP4 | Video: 720p | Duration: 1:39:49 | English | Subtitles: VTT | 315.1 MB



If you want to use XAML, the XML-based markup language developed by Microsoft to create better user interfaces for Windows applications, you need to understand how it treats content and properties. Walt Ritscher continues his exploration of XAML in part 2 of Microsoft XAML Fundamentals, focusing on the unique way XAML treats content within XML markup and the fascinating dependency properties framework, which facilitates modern UI features such as animation and data binding. Learn how content is tied to .NET and its code-behind file, and how the syntax for dependency properties and specialized attached properties is structured. This foundational knowledge will help you incorporate data, documents, and sophisticated UI controls, as well as dependency system services like data binding, validation, templates, and animation, into your next Windows 10 application.

Topics include:
  • What does content mean in XAML?
  • Using dotPeek to show property values for XAML elements
  • Expressing content as objects, lists, or dictionaries in XAML vs. code
  • Exploring dependency and attached properties
  • Working with attached properties in the grid and canvas
  • Using custom dependency properties