Answer the following statements true (T) or false (F)
1. It’s a good practice to use ranges for the size and relative location for the position of WPF controls.
2. Flow-based layouts allow the GUI to display correctly when the user resizes the window.
3. A WPF Grid control allows child elements to be positioned using explicit coordinates.
4. A MouseLeftButtonDown event passes information using a MouseButtonEventArgs object.
5. A MouseMove event passes information using a MouseMoveEventArgs object.
1. True.
2. True.
3. False. A Canvas allows child elements to be positioned using explicit coordinates.
4. True.
5. False. A MouseMove event passes information using a MouseEventArgs object.
You might also like to view...
Which of the following is another term for the layered security model?
A. extreme defenses B. defense-in-depth C. security-immersion D. total-security-strategy
An array argument performs multiple calculations on one or more sets of values and then returns either a single value or multiple values. _________________________
Answer the following statement true (T) or false (F)