What are the different documents supported in WPF? - .Net WPF

What are the different documents supported in WPF?

The different documents supported by WPF are mainly fixed documents and flow documents. Fixed documents are used for what you see is what you get (WYSIWYG) applications. In such applications observance to the original design is important. E.g. Desktop applications Flow documents concentrate more on optimize viewing and readability., rather than using a “fixed” layout, flow documents adjust their content based on values of runtime variables. Adjusting content will also include adjusting size, resolution etc. E.g. a Web page.
What is XAML? - .Net WPF
Extensible Application Markup Language is a XML based language used to create rich GUI’s...
What is Windows Workflow Foundation? - .Net WWF
WWF is a programming model used for building workflow enabled applications....
Different types of Workflow in Windows Workflow Foundation - .Net WWF
Types of Workflows in WCF:- Sequential workflow, State Machine Workflow, Rules-Driven Workflow...
Post your comment