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:

Verified
Correct Answer:
Verified
Q12: The VisualState element: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB3459/.jpg" alt="The VisualState
Q13: Which of the following statements is false?<br>A)There
Q14: Which of the following statements about RotateTransforms
Q15: Color method FromArgb receives four bytes that
Q16: Rectangles have a Stroke property,which defines the
Q17: Which of the following statements about SolidColorBrushes
Q18: Unless otherwise specified,the elements in a one-cell
Q19: Which of the following statements is false?<br>A)The
Q21: Which of the following statements about Stretch
Q22: Shape objects have a StrokeThickness property which