Which of the following statements about setting a Rectangle’s Fill to a gradient is false?

a) Logical points reference locations in the control independent of the actual size.
b) The point (0,0) represents the control’s top-left corner while the point (1,1) represents the bottom-right corner.
c) The gradient will transition linearly from the start point to the end point.
d) You must assign properties StartPoint and EndPoint logical points that are defined as x- and y-coordinates with values between 0.0 and 255.0, inclusive.

Part d) It should read: You must assign properties StartPoint and EndPoint logical points that are defined as x- and y-coordinates with values between 0.0 and 1.0, inclusive.

Computer Science & Information Technology

You might also like to view...

When trying to convey to your audience the need for some course of action, it is important to first determine the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is the maximum number of strings that can be manipulated with the CONCATENATE function?

A) 25 B) 125 C) 255 D) 200

Computer Science & Information Technology