| CanvasArcSize Enumeration | 
Namespace: Microsoft.Graphics.Canvas.Geometry
 Syntax
Syntaxpublic enum CanvasArcSize
 Members
Members| Member name | Value | Description | |
|---|---|---|---|
| Small | 0 | Denotes that the angle of an arc's sweep should be π or less. | |
| Large | 1 | Denotes that the angle of an arc's sweep should be π or greater. | 
 See Also
See Also