1. ) What are the sibling libraries in WPF ?
There are three types of sibling libraries in WPF.
3. ) Which languages can be used as a common medium for Designers and Developers both ?There are three types of sibling libraries in WPF.
- Windows Communication Foundation (wcf)
- Windows Workflow Foundation (WWF)
- CardSpace
2. ) Why does we use CardSpace in WPF ?
- CardSpace provides a common identification syatem.
- Cardspace can be used on Desktop applications ,Websites, etc.
- XAML
- HTML
There are following differences between XAML file and Code behind file.
- The XAML File contains the XAML Markup.
- The Code Behind file is associated with a XAML File and contains C# or VB Codes.
- x:Name is used to allow you to uniquely Identify an instance of an object in XAML.
- The value of this attribute can be referenced in the associated c#.
An attached property is a property that is declared by one control and attached to another.
7. ) What kinds of documents are supported in WPF ?
There are two types of major documents supported in WPF.
- Fixed format documents
- Flow format documents
Fixed format documents look like a PDF format.It display content regardless of screen size and resolution.
9. ) What is Flow format documents in WPF ?
Flow format documents adjust automatically depending on screen size and resolution.
10. ) What are the types of inline that can be used in a Text Block in WPF ?
- Bold
- Span
- Italic
- Underline
- Run
- Line break
- Inline container
- Footer
- Figure
- A Panel has a collection of children that arranges according to various rules,based on the type of panel.
- A Decorated has only one child to which it applies some additional set of behaviours.
0 comments:
Post a Comment