Click or drag to resize
CanvasArcSize Enumeration
Specifies whether an arc should take the longer, or shorter way, around the ellipse to join its start and end points.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasArcSize
Members
  Member nameValueDescription
Small0Denotes that the angle of an arc's sweep should be π or less.
Large1Denotes that the angle of an arc's sweep should be π or greater.
See Also