How can you add a gradient fill to a shape?
What will be an ideal response?
To add a gradient fill to a shape, click the word Fill in the Tools panel to open
the Fill Options dialog box, select either the Linear Gradient or Radial Gradient
option, and click OK. Then click the Fill Color box to open the Gradient Editor,
and assign colors to the color stops.
You might also like to view...
If a class represents an amount of money (in US currency like $9.99), then the amount (like $9.99) could reasonably be stored in
a. A member variable of type double. b. Two member variables of type int. c. A string of characters (like "9.99"). d. None of the above.
Which of the following relative pathnames is interpreted as "the index.htm file is in the folder one level up in the folder tree from the current file"?
A. ./index.htm B. ../index.htm C. /index.htm D. __/index.htm
Here is a small program. Which of the statements about the variables is correct?
```
#include
What are the three methods of implementing client side virtualization?
What will be an ideal response?