Solved

Which of the Following Statements About Polylines and Polygons Is

Question 20

Multiple Choice

Which of the following statements about Polylines and Polygons is false?


A) Each Polyline and Polygon object has a Points property defined in the XAML.This property consists of a series of points that are defined as x-y coordinates on the Canvas.
B) Each point's x and y values are separated by a comma,and each point is separated from the next with a space.
C) The Points property is an object of class PointCollection (namespace Windows.UI.Xaml.Media) that stores individual Point objects.
D) Polygon draws a series of connected lines defined by a set of points,while Polyline does the same but connects the start and end points to make a closed figure.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions