- What is WPF?
- What is XAML?
- what are dependency properties?
- What is a Routed event?
- What are the core WPF assemblies?
- What is the use of System.Windows.Media namespace?
- What is WPF?
- How to define a button USING XAML?
- What is the use of "System.Windows.Markup" namespace in WPF?
- Which namespace provide classes for integration with WPF and Win32?
- Which class of the WPF is the base class of all the user-interactive elements?
- Which class is the base class of all the visual elements of WPF?
- Control class of WPF is derived from which class?
- The core classes for User Interface is located in which namespace?
- Which namespace provide classes to work with images, sound, video, etc?
- What is the use of System.Windows.Navigation namespace in WPF?
- What is 'One-way-to-Source ' binding property?
- Which namespace is used to work with 3D in WPF.
- Which of these is not a class defined by System.Windows.Shapes namespace?
- Consider this XAML snippet
<Window.Resources>
<Style x:Key="dd" TargetType="Button">
<Setter Property="Background" Value="Pink"/>
<Setter Property="Foreground" Value="Blue"/>
</Style>
</Window.Resources>
<Grid>
<Button Height="100" Width="100" Foreground="Yellow" Content="click here" Background="Yellow"/>
</Grid>
What is the Backcolor of the Button - Which of the following is an event in WPF ?
- What are XBAP'S?
- Is it possible for a control to define a handler for an event, that the control can't itself raise?
- What is the difference between User Settings and Application Settings in WPF?
- which dll is also called as the engine of managed graphics?
- What is Style Inheritance?
- Difference between x:Key and x:Name
- How is mapping done between CLR namespaces and XAML namespaces?
- How many predefined classes are there in the WPF Command Library?
- Difference between MediaPlayer and MediaElement ?
- What is x:Code?
WPF Interview Questions
List of WPF Interview Questions. To get the answers of these WPF Interview Questions. click here.
