CanvasArcSize Enumeration |
Namespace: Microsoft.Graphics.Canvas.Geometry
public enum CanvasArcSize
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. |