WPF INTERVIEW QUESTION & ANSWERS
36. |
What are the four channels of a WPF Color object? |
|
There are four channels of a WPF color objects are : - Alpha
- Red
- Green
- Blue
|
37. |
What are the types of bitmap effects? |
|
The built-in bitmap effects are : - DropShadowBitmapEffect
- OuterGlowBitmapEffect
- BlurBitmapEffect
- EmbossBitmapEffect
- BevelBitmapEffect
|
38. |
What are the two types of transforms present on FrameworkElement? |
|
The two transforms that are present on FrameworkElement are RenderTransform and LayoutTransform. |
39. |
What is Windows Workflow Foundation? |
|
WWF is a programming model for building workflow-enabled applications on windows. System.Workflow namespace has all the necessary modules to develop any type of workflow. |
40. |
What is a Workflow? |
|
A Workflow is a set of activities, which is stored as model and they depict a process.Workflow is run by the Workflow runtime engine. |