| CanvasFigureLoop Enumeration | 
Namespace: Microsoft.Graphics.Canvas.Geometry
 Syntax
Syntaxpublic enum CanvasFigureLoop
 Members
Members| Member name | Value | Description | |
|---|---|---|---|
| Open | 0 | Specifies that the figure may not necessarily begin and end with the same point. | |
| Closed | 1 | Specifies that the figure will be automatically closed, by connecting its end point back to its start point. | 
 Remarks
RemarksA closed figure, when drawn with a thick line, can appear differently from an open figure that is simply built to start and end with the same point. The closed figure will have a smooth, continuous line join where the figure starts and ends.
An open figure may also have start and end caps visible at the start and end, while a closed figure will not.
 See Also
See Also