This is a mirror of official site: http://jasper-net.blogspot.com/

XamlQuery/WPF - The Write Less, Do More, WPF Library

| Sunday, November 28, 2010
What is XamlQuery/WPF
XamlQuery/WPF is a lightweight yet powerful library that enables rapid development in WPF. It simplifies several tasks like page/window traversing; finding controls by name, type, style, property value or position in control tree; event handling; animating and much more.

XamlQuery/WPF provides two approaches for finding controls.

  • Using Selector Queries, and
  • Using Managed Helper Methods

Using Selector Queries
XamlQuery/WPF selectors are feature rich and similar to CSS (cascading style sheet) selectors and jQuery selectors. A selector is a string that contains a set of matching rules or conditions that determine which controls to extract from the rendered WPF output. The following table summarizes the syntax of selectors.

Read more: Codeplex

Posted via email from .NET Info

0 comments: