Curve.Close Property
How the path, defined by the CurvePoint's, is closed.
The region of the closed path will be painted with the Fills
. What is painted on an unclosed path is undefined.
One of either Close
or Extrude
should be None
, otherwise it is undefined what is drawn.
Location
- Namespace
- Fuse.Controls
- Package
- Fuse.Controls.Primitives 2.9.1
Returns
Possible Values
- None
-
The path is not closed.
- Overlap
-
The first and last point are assumed to overlap and create an continuous path. A straight line segment will be added, post smoothing, to cover any gap.
- Auto
-
An extra line segment is introduced between the last and first points. This is done prior to the smoothing calculations.