The ____ option of the SizeMode property of the PictureBox object will adjust the size of the image to match the size of the PictureBox object.
A. AutoSize
B. CenterImage
C. StretchImage
D. Zoom
Answer: C
You might also like to view...
In a queue:
In a queue: a. Data is added to the top and deleted from the bottom. b. Data is added to the bottom and deleted from the top. c. The data in the queue is moved to the top when data is deleted. d. The data in the queue is moved down when data is deleted.
Which of the following statements is false?
a. Collections are prepackaged data structures consisting of related data items. b. Examples of collections include your favorite songs on your smartphone, your contacts list, a library’s books, your cards in a card game, your favorite sports team’s players, the stocks in an investment portfolio, patients in a cancer study and a shopping list. c. Lists are modifiable and tuples are not. Each can hold items of the same or different types. d. Tuples can dynamically resize as necessary, growing and shrinking at execution time.