Thursday, March 31, 2011

wpf complete reference

Hey

I am looking for a complete wpf tags documentation to use it with wpf controls. Anybody seen something like this?

10x

From stackoverflow
  • The MSDN reference feels a little mechanical, but it's complete.

    Josh G : XAML tags are used for assigning properties on WPF controls. Lookup the WPF control the XAML refers to and read about the properties on the control in MSDN.
  • There is no "Tags" complete documentation for WPF. The markup - XAML - is infinite by it's very nature. If I create a new control, boom, I can use it in XAML. Or, I can use XAML to create my own arbitrary object graph using custom types that are nothing related to UI.

    There is a XAML language spec, but that is not what you looking for. The answer from BC for the MSDN is a start, but vastly incomplete. Look at everything under System.Windows.Controls* for a better idea.

0 comments:

Post a Comment