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