Tag-Archive for » Property-Element-Syntax «

WPF Part 4 - A closer look at XAML

Thursday, 24. January 2008 20:03

This is only a short article, because there aren't so many things left at XAML I could talk about, but I think, it would be better to separate them from the last part of this series.

Ok, what I'm talking about? I will write about the built-in markup and language extensions and about the dependency and attached properties of XAML and WPF. [...]

Category: WPF | Comments (0) | Author: Fabian

WPF Part 3 - The basic concepts of XAML

Tuesday, 22. January 2008 21:18

After I've learned much about the possibilities XAML and the WPF can give us developers, I would like to review the basic concepts of XAML. As I mentioned in the last article and as you'll see at first glance, XAML is based on XML. This means that every XAML file has a root element that includes all other elements. Furthermore all elements must be nested correctly. [...]

Category: WPF | Comments (0) | Author: Fabian