| ArcSegment2FSweepClockwise Property |
Gets or sets a value indicating whether the arc is drawn in clockwise or counter-clockwise
direction.
Namespace: DigitalRune.Mathematics.InterpolationAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public bool SweepClockwise { get; set; }
Public Property SweepClockwise As Boolean
Get
Set
public:
property bool SweepClockwise {
bool get ();
void set (bool value);
}
member SweepClockwise : bool with get, set
Property Value
Type:
Boolean if the arc is drawn in clockwise direction; otherwise,
. The default value is
.
See Also