Click or drag to resize
ArcSegmentSweepDirection Property
Gets or sets a value that specifies whether the arc is drawn in the Clockwise or Counterclockwise direction.

Namespace: Windows.UI.Xaml.Media
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public SweepDirection SweepDirection { get; set; }

Property Value

Type: SweepDirection
See Also