| ArcSegment2FIsLargeArc Property |
Gets or sets a value that indicates whether the arc should be greater than 180 degrees.
Namespace: DigitalRune.Mathematics.InterpolationAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public bool IsLargeArc { get; set; }
Public Property IsLargeArc As Boolean
Get
Set
public:
property bool IsLargeArc {
bool get ();
void set (bool value);
}
member IsLargeArc : bool with get, set
Property Value
Type:
Boolean if the arc should be greater than 180 degrees; otherwise,
. The default value is
.
See Also