Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XAML tag list reference

Tags:

xaml

As the question suggests I'm simply looking for a XAML tag list reference. I've banged the obvious queries in Google/SO but not found what I am looking for yet. Any useful links welcome.

like image 388
Owen Avatar asked Mar 03 '09 22:03

Owen


2 Answers

There's a WPF Binding Cheatsheet and another XAML for WPF Cheatsheet which might help, but really the "tags" in XAML are just the properties of the classes.

like image 118
Ray Avatar answered Sep 21 '22 05:09

Ray


With WPF the XAML elements map to the classes like StackPanel. MSDN seems to give XAML examples for many of the controls.

like image 42
Brian Lyttle Avatar answered Sep 20 '22 05:09

Brian Lyttle