Enum ControlPointType
Defines the different control point type of the SfDiagram elements.
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum ControlPointTypeFields
| Name | Description | 
|---|---|
| BottomLeftResizer | Specifies the bottom left side resizing thumb. | 
| BottomResizer | Specifies the bottom side resizing thumb. | 
| BottomRightResizer | Specifies the bottom right side resizing thumb. | 
| ColumnResize | Specifies the column resizing thumb. | 
| CubicCurveSegment | Specifies the segment thumb of cubic curve connectors. | 
| HorizontalOrthogonalSegment | Specifies the horizontal segment thumb of orthogonal connectors. | 
| IntermediateSegment | Specifies the intermediate segment thumb of multiple segments type connectors. | 
| LeftResizer | Specifies the left side resizing thumb. | 
| None | Specifies the none controls points availablity. | 
| Pivot | Specifies the pivot thumb. | 
| QuadraticCurveSegment | Specifies the segment thumb of quadratic curve connectors. | 
| QuickCommand | Specifies the quick commands thumb. | 
| RightResizer | Specifies the right side resizing thumb. | 
| Rotator | Specifies the rotating thumb. | 
| RowResize | Specifies the row resizing thumb. | 
| SourcePoint | Specifies the source point thumb. | 
| TargetPoint | Specifies the target point thumb. | 
| TopLeftResizer | Specifies the top left side resizing thumb. | 
| TopResizer | Specifies the top side resizing thumb. | 
| TopRightResizer | Specifies the top right side resizing thumb. | 
| VerticalOrthogonalSegment | Specifies the vertical segment thumb of orthogonal connectors. |