If this.Opacity += 1.0; increases the opacity, what line of code would decrease the opacity?

a. this.Opacity = 1.0;
b. this.Opacity -= 1.0;
c. this.Opacity ++ 1.0;
d. this.Opacity – 1.0;

b. this.Opacity -= 1.0;

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT true about creating totals on reports?

A) When you report on textual data, you have the option to ask Access to calculate sums, averages, minimums, and maximums of the data. B) The grand total calculates the total for all records. C) Subtotals calculate totals for smaller groups of records. D) Grand totals and subtotals can be added to a report after it has been created.

Computer Science & Information Technology

Match the parts of a dialog box with their descriptions:

I. option buttons II. text boxes III. spin arrows IV. check boxes V. command buttons A. enables you to enter specific information B. provide options to either accept or cancel selections C. quick method for increasing or decreasing a setting D. allows for more than one selection E. mutually exclusive choices

Computer Science & Information Technology