Property useCustomSplineHandles
useCustomSplineHandles
Defines if the spline tool context draws the default handles for splines or if they are managed directly by the SplineTool
.
Set to false for SplineToolContext to draw the default spline handles for segments, knots, and tangents which you can directly manipulate. Set to true to draw handles and manage direct manipulation with your tool. The default value is false.
Declaration
public static bool useCustomSplineHandles { set; }
Property Value
Type | Description |
---|---|
bool |