The property values of the shape control are 0, 1, and 2,3,4,5 which will make it appear as a rectangle, a square, an oval shape, a circle, a rounded rectangle and a rounded square respectively.

TRUE
nan
nan
nan

The correct answer is: FALSE

The property values of the shape control are 0, 1, 2, 3, 4, and 5 which will make it appear as a rectangle, a square, a rounded rectangle, an oval shape, a circle, and a rounded square respectively.

The shape control is a graphical control that allows you to create shapes on a form. The shape control has a number of properties that you can use to customize its appearance. One of these properties is the Shape property. The Shape property determines the type of shape that the shape control will appear as. The possible values for the Shape property are 0, 1, 2, 3, 4, and 5. The following table shows the possible values for the Shape property and the corresponding shape:

| Value | Shape |
|—|—|
| 0 | Rectangle |
| 1 | Square |
| 2 | Rounded Rectangle |
| 3 | Oval Shape |
| 4 | Circle |
| 5 | Rounded Square |

For example, if you set the Shape property to 0, the shape control will appear as a rectangle. If you set the Shape property to 1, the shape control will appear as a square. If you set the Shape property to 2, the shape control will appear as a rounded rectangle. If you set the Shape property to 3, the shape control will appear as an oval shape. If you set the Shape property to 4, the shape control will appear as a circle. If you set the Shape property to 5, the shape control will appear as a rounded square.