Share via


XRSweepDirection (Compact 2013)

3/28/2014

This enumeration specifies the direction an elliptical arc is drawn.

Syntax

enum XRSweepDirection
{
    XRSweepDirection_Counterclockwise=0,
    XRSweepDirection_Clockwise=1,
};

Members

  • XRSweepDirection_Counterclockwise
    Arcs are drawn in a counterclockwise (negative-angle) direction.
  • XRSweepDirection_Clockwise
    Arcs are drawn in a clockwise (positive-angle) direction.

.NET Framework Equivalent

System.Windows.Media.SweepDirection

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

XAML for Windows Embedded Enumerations
IXRArcSegment::GetSweepDirection
IXRArcSegment::SetSweepDirection