Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 563 Bytes

sweepdirection.md

File metadata and controls

33 lines (22 loc) · 563 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Media.SweepDirection
winrt enum

SweepDirection

-description

Specifies the direction in which an elliptical arc is drawn.

-xaml-syntax

<object property="enumMemberName"/>

-enum-fields

-field Counterclockwise:0

Arcs are drawn in a counterclockwise (negative-angle) direction.

-field Clockwise:1

Arcs are drawn in a clockwise (positive-angle) direction.

-remarks

-examples

-see-also