Enum
ManipulationPointType

The type of a manipulation point.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public enum ManipulationPointType

Fields

BezierEndHandle

The bezier end point handle.

Declaration

cs-api-definition
BezierEndHandle = 5

Field Value

ManipulationPointType

BezierHandle

The bezier handle of an intermediate point.

Declaration

cs-api-definition
BezierHandle = 6

Field Value

ManipulationPointType

BezierStartHandle

The bezier start point handle.

Declaration

cs-api-definition
BezierStartHandle = 4

Field Value

ManipulationPointType

First

The first manipulation point.

Declaration

cs-api-definition
First = 1

Field Value

ManipulationPointType

Intermediate

Intermediate connection point.

Declaration

cs-api-definition
Intermediate = 0

Field Value

ManipulationPointType

Last

The last manipulation point.

Declaration

cs-api-definition
Last = 2

Field Value

ManipulationPointType

SegmentHandle

The handle to translate a segment horizontally and vertically.

Declaration

cs-api-definition
SegmentHandle = 3

Field Value

ManipulationPointType