次の方法で共有


XRSweepDirection (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

Silverlight for Windows Embedded Enumerations