3.26 quest Flashcards
XAML is a language that uses XML syntax and enables controls to be added to a user interface in a declarative, hierarchical way
T
XAML is designed with todays powerful graphics cards in mind
T
XAML controls are added to the user interface in a linear, non-declarative organization.
F
One of XAML’s shortfalls is its inability to render 3D graphics.
F
XAML is a language that uses XML syntax and enables controls to be added to a user interface in a declarative, hierarchical way.
T
Name two key capabilities of XAML
2D and 3D capabilities for advanced rendering & Advanced font processing and rendering
What is at the heart of the development of most graphical Windows applications?
Window Designer
By default, the Visual Studio designer includes two namespaces
T
Code-behind files are C# files that are dynamically linked to the XAML files.
T
When creating a new window in Visual Studio, the presentation namespace is always declared as the default and the language namespace as xmlns:x.
T
As a direct result of adding the namespace, every tag that follows (i.e. , , etc.) must be prefixed with the “parent” namespace.
??
What is the favored tool used by designers when creating GUIs for WPF?
Expression Blend
What is code-behind files?
C# files that are dynamically linked to the XAML files
XAML and C# are two programming languages that work well together, in order to create strong desktop programs.
T
WYSIWYG stands for What You Should Ignore While YOLO’ing Grandmas.
F
The upper section, known as the ______ view displays a What you see is what you get representation
Design View
Out of the box controls look exactly as you would expect a control to look in a standard Windows application
T
Many of the properties of WPF do more than just get and set a value; for one, they are able to notify observers of changes.
T
Where does Visual Studio put the code-behind files?
the same directory as the XAML fi les
All controls have a number of _______ that are used to manipulate the behavior of the control
properties