On the Stroke panel, the ____ list offers a number of styles.

A. Tools
B. Style
C. Type
D. Option

Answer: C

Computer Science & Information Technology

You might also like to view...

A query join is a(n) ________ relationship between two tables in a query that do not have an established relationship or common field with the same field name and data type

A) temporary B) unnecessary C) unmatched D) permanent

Computer Science & Information Technology

Which of the following statements is false?

a. When an Activity is shut down, its onDestroy method is called, which in turn calls the onDestroy methods of all the Fragments hosted by the Activity. b. We used the onDestroy method in the MainActivityFragment to release the CannonView’s sound resources. c. Method onDestroy is guaranteed to be called, so it can be used to release re-sources and to save critical data. d. The Android documentation recommends that you save data in methods onPause or onSaveInstanceState.

Computer Science & Information Technology