Class SegmentType
Segment type.
Inheritance
System.Object
SegmentType
Namespace: Syncfusion.SfDiagram.iOS
Assembly: Syncfusion.SfDiagram.iOS.dll
Syntax
public sealed class SegmentType : Enum
Fields
BezierSegment
The bezier segment.
Declaration
public const SegmentType BezierSegment
Field Value
Type |
---|
SegmentType |
CurveSegment
The curve segment.
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 |