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
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
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
0 comments:
Post a Comment