Class SegmentType
Segment type.
Inheritance
System.Object
SegmentType
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public sealed class SegmentType : Enum
Fields
BezierSegment
Segment type Bezier.
Declaration
public const SegmentType BezierSegment
Field Value
Type |
---|
SegmentType |
CurveSegment
Segment type Curve.
Declaration
public const SegmentType CurveSegment
Field Value
Type |
---|
SegmentType |
OrthoSegment
Segment type OrthoSegment.
Declaration
public const SegmentType OrthoSegment
Field Value
Type |
---|
SegmentType |
StraightSegment
Segment type Straight.
Declaration
public const SegmentType StraightSegment
Field Value
Type |
---|
SegmentType |