Line |
public enum LineConnect
| Member name | Value | Description |
|---|---|---|
| NoLine | 0 | Do not connect points with lines. |
| Straight | 1 | Connect points with straight segments. |
| TwoPointSegment | 2 | Use two-point segments. |
| ThreePointSegment | 3 | Use three-point segments. |
| BSpline | 8 | Use a B-spline connection. |
| Spline | 9 | Use a spline connection. |
| StepHorizontal | 11 | Use horizontal step segments. |
| StepVertical | 12 | Use vertical step segments. |
| StepHCenter | 13 | Use centered horizontal step segments. |
| StepVCenter | 14 | Use centered vertical step segments. |
| Bezier | 15 | Use a Bézier connection. |
The LineConnect type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |