Chapter 13 Flashcards
What is XAML
XAML is a set of rules that specify the mapping from .Net to XML. XAML is about creating and manipulating objects.
What is xmlns
XML namespace
How much namespace can be in XML by default
1
How much namespace can be in XML by non default
multiple
What is winfx
Its a framework
How we make an object in XAML
by tag
What are type convertors
A type converter can be used to convert values between data types, and to assist property configuration at design time by providing text-to-value conversion or a drop-down list of values to select from.
Does attributes in C# are meta information for class
Yes
What is markup extention in XAML
It is the power of XAML and alternative to type convertors. In XAML applications, markup extensions are a method/technique to gain a value that is neither a specific XAML object nor a primitive type. Its usage is like this
Note: here x is namespace
Doess type converters and markup extention are 2 powers of XAML
Yes
What is content property
Every element designate a property that this is my content property
e.g.