Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 690 Bytes

arcsegment_sweepdirection.md

File metadata and controls

32 lines (21 loc) · 690 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.ArcSegment.SweepDirection
winrt property

Windows.UI.Xaml.Media.ArcSegment.SweepDirection

-description

Gets or sets a value that specifies whether the arc is drawn in the Clockwise or Counterclockwise direction.

-xaml-syntax

<ArcSegment SweepDirection="Clockwise"/>
-or-
<ArcSegment SweepDirection="Counterclockwise"/>

-property-value

One of the enumeration values that specifies the direction in which the arc is drawn. The default is Counterclockwise.

-remarks

-examples

-see-also