Click or drag to resize
DigitalRuneArcSegment2FSweepClockwise Property
Gets or sets a value indicating whether the arc is drawn in clockwise or counter-clockwise direction.

Namespace: DigitalRune.Mathematics.Interpolation
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public bool SweepClockwise { get; set; }

Property Value

Type: Boolean
if the arc is drawn in clockwise direction; otherwise, . The default value is .
See Also